[package] name = "swaprs" version = "0.1.0" authors = ["Rowan "] 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"