aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-07-21 09:02:59 +0200
committerAlex Auvolat <alex@adnab.me>2023-07-21 09:02:59 +0200
commit13997439f8f1440b56c1e7dd449e3444aad28197 (patch)
tree82c07bbc84191901af8be9d9fbb9f8c009055f51 /Cargo.toml
downloaddatagengo-13997439f8f1440b56c1e7dd449e3444aad28197.tar.gz
datagengo-13997439f8f1440b56c1e7dd449e3444aad28197.zip
first commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f00cad3
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "datagengo"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+anyhow = "1.0"
+structopt = "0.3"
+roxmltree = "0.18"