lyagushka/Cargo.toml
randogoth 7ad1f49dc8 CLI
2024-02-10 19:58:33 +02:00

11 lines
269 B
TOML

[package]
name = "traktor"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"