1
0
Fork 0
mirror of https://git.sr.ht/~asya/copycat synced 2024-09-27 22:08:31 +00:00
copycat/Cargo.toml
2023-10-08 17:50:05 +03:00

12 lines
267 B
TOML

[package]
name = "copycat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "2.4.0"
clap = { version = "4.4.6", features = ["cargo"] }
hashbrown = "0.14.0"