X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/8eacf88f138305f7bb8802367d80fa787d8830c4..891f78b762fa77f19899024d6d9977cf6e635467:/server/Cargo.toml?ds=sidebyside diff --git a/server/Cargo.toml b/server/Cargo.toml new file mode 100644 index 0000000..a77bdd3 --- /dev/null +++ b/server/Cargo.toml @@ -0,0 +1,13 @@ +[package] +authors = ["Scott Worley "] +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]