master > master: code-rust - cargo

This commit is contained in:
RD
2022-04-08 23:35:04 +02:00
parent 17723e71a7
commit cc297011b2
2 changed files with 35 additions and 3 deletions

View File

@@ -8,6 +8,9 @@ members = [
".",
]
[dev-dependencies]
rstest = { version = "0.12.0" }
[dependencies]
rust-embed = { version = "6.3.0" }
closure = { version = "0.3.0" }
@@ -16,7 +19,7 @@ dyn-fmt = { version = "0.3.0" }
argparse = { version = "0.2.2" }
regex = { git = "https://github.com/rust-lang/regex.git", version = "1.5.4" }
yaml-rust = { git = "https://github.com/chyh1990/yaml-rust.git", version = "0.4.4" }
textwrap = { version = "0.14.2" }
textwrap = { version = "0.15.0" }
itertools = { version = "0.10.3" }
numpy = { version = "0.16.2" }