summaryrefslogtreecommitdiff
path: root/ebus-rust/Cargo.toml
diff options
context:
space:
mode:
authorYves Fischer <yvesf+git@xapek.org>2021-12-31 23:57:29 +0100
committerYves Fischer <yvesf+git@xapek.org>2021-12-31 23:57:29 +0100
commitd0c7100b706d70dfff342def2bac864693fe8544 (patch)
tree333268ca977222e2f5a41eff68607b36721f7694 /ebus-rust/Cargo.toml
parentcaae83f445935c06cd6aef36f283a4688675278a (diff)
parent810721ceac0249e747cdf36f3edec22d829d4371 (diff)
downloadebus-master.tar.gz
ebus-master.zip
Merge branch 'ebus-rust'HEADmaster
Diffstat (limited to 'ebus-rust/Cargo.toml')
-rw-r--r--ebus-rust/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ebus-rust/Cargo.toml b/ebus-rust/Cargo.toml
new file mode 100644
index 0000000..545a225
--- /dev/null
+++ b/ebus-rust/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "ebus"
+version = "0.1.0"
+authors = ["Yves Fischer <yvesf+git@xapek.org>"]
+edition = "2018"
+
+[dependencies]
+serde = { version = "1.0", features = [ "derive" ] }
+quick-xml = { version = "0.22", features = [ "serialize" ] }
+nom = "7"
+structopt = "0.3"
+bytes = "1"
+env_logger = "0.9"
+log = "0.4"
+rinfluxdb = "0.1"
+url = "2" \ No newline at end of file