swaprs/Cargo.toml
2024-09-28 01:03:32 -05:00

22 lines
485 B
TOML

[package]
name = "swaprs"
version = "0.1.1"
authors = ["Rowan <rowan@kitsu.cafe>"]
license = "MIT OR Apache-2.0"
description = "A file swap utility"
readme = "README.md"
homepage = "https://fem.mint.lgbt/kitsunecafe/swaprs"
repository = "https://fem.mint.lgbt/kitsunecafe/swaprs"
keywords = ["cli"]
categories = ["command-line-utilities"]
edition = "2021"
[dependencies]
clap = { version = "4.5.18", features = ["derive"] }
rand = "0.8.5"
[[bin]]
name = "swap"
path = "src/main.rs"