swaprs/Cargo.toml

17 lines
440 B
TOML
Raw Normal View History

2024-09-28 04:53:28 +00:00
[package]
name = "swaprs"
version = "0.1.0"
2024-09-28 05:54:06 +00:00
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"]
2024-09-28 04:53:28 +00:00
edition = "2021"
[dependencies]
clap = { version = "4.5.18", features = ["derive"] }
rand = "0.8.5"