master > master: src - rust

This commit is contained in:
RD
2022-03-30 18:00:21 +02:00
parent 99b8bbd6a7
commit f41ec73a05
12 changed files with 793 additions and 0 deletions

22
code/rust/Cargo.toml Normal file
View File

@@ -0,0 +1,22 @@
[package]
name = "ads2"
version = "0.0.0"
authors = [ "raj_mathe" ]
[workspace]
members = [
".",
]
[dependencies]
rust-embed = { version = "6.3.0" }
closure = { version = "0.3.0" }
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" }
itertools = { version = "0.10.3" }
numpy = { version = "0.16.2" }