1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package] name = "mvp" version = "0.1.0" edition = "2021" description = "MVP Implementation in Rust and Python by HydroRoll-Team" license = "AGPL-3.0" [[bin]] name = "mvp" path = "src/main.rs" [dependencies] clap = { version = "4.0", features = ["derive"] } tklog = "0.3.0"