diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-27 00:17:02 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-27 00:17:02 -0400 |
commit | d64124e97bdf26169f20e98fbdf1af934b265b74 (patch) | |
tree | 00179ae01a0495c723a026f58c5840a0db72d87c /Cargo.toml | |
parent | 0e199a8bd1a571faaa9960ad7ecfde27be7a1b19 (diff) | |
download | clinte-d64124e97bdf26169f20e98fbdf1af934b265b74.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..b230f5e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "clinte" +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] |