mirror of
https://git.sr.ht/~asya/copycat
synced 2024-11-16 02:28:42 -06:00
10 lines
195 B
TOML
10 lines
195 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"
|