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" }
|
2022-04-14 05:08:58 +02:00
|
|
|
mint = { version = "^0.5.9" }
|