ads2_2022/code/rust/Cargo.toml

18 lines
312 B
TOML
Raw Permalink Normal View History

2022-03-30 18:00:21 +02:00
[package]
name = "ads2"
version = "0.0.0"
authors = [ "raj_mathe" ]
[workspace]
members = [
".",
]
2022-04-08 23:35:04 +02:00
[dev-dependencies]
rstest = { version = "0.12.0" }
2022-03-30 18:00:21 +02:00
[dependencies]
closure = { version = "0.3.0" }
regex = { git = "https://github.com/rust-lang/regex.git", version = "1.5.4" }
mint = { version = "^0.5.9" }