aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
blob: a09d345aef9c9c42a751c943bb1619caa12890b3 (plain) (blame)
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"