]> git.scottworley.com Git - tattlekey/blobdiff - server/Cargo.toml
server: Start
[tattlekey] / server / Cargo.toml
diff --git a/server/Cargo.toml b/server/Cargo.toml
new file mode 100644 (file)
index 0000000..a77bdd3
--- /dev/null
@@ -0,0 +1,13 @@
+[package]
+authors = ["Scott Worley <scottworley@scottworley.com>"]
+description = "Collect reports from tattlekey devices"
+edition = "2021"
+license = "GPL-3.0"
+name = "tattlekey-server"
+repository = "https://git.scottworley.com/tattlekey"
+version = "0.0.1"
+
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]