18 lines
312 B
TOML
18 lines
312 B
TOML
[package]
|
|
name = "ads2"
|
|
version = "0.0.0"
|
|
authors = [ "raj_mathe" ]
|
|
|
|
[workspace]
|
|
members = [
|
|
".",
|
|
]
|
|
|
|
[dev-dependencies]
|
|
rstest = { version = "0.12.0" }
|
|
|
|
[dependencies]
|
|
closure = { version = "0.3.0" }
|
|
regex = { git = "https://github.com/rust-lang/regex.git", version = "1.5.4" }
|
|
mint = { version = "^0.5.9" }
|