diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-09-07 12:44:09 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-09-07 12:44:09 -0400 |
commit | 311eaad58cae3f39e6ec9f0495808e11698b92f1 (patch) | |
tree | d06aa3f8e6fca3610a901dc307390e5eb2215192 /Cargo.toml | |
download | instistats-311eaad58cae3f39e6ec9f0495808e11698b92f1.tar.gz |
init
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b50b41e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "statstitute" +version = "0.1.0" +authors = ["Ben Morrison <ben@gbmor.dev>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |