diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-01-11 12:34:49 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-02-08 12:26:23 +0100 |
commit | 61a61f3907e802f0be9bc0039a84ebaabba7b372 (patch) | |
tree | 02fdc99a4a88858ed522727efb1f3a508fc081a1 /Cargo.toml | |
download | charlcd-61a61f3907e802f0be9bc0039a84ebaabba7b372.tar.gz charlcd-61a61f3907e802f0be9bc0039a84ebaabba7b372.zip |
initial version
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..f673b77 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "charlcd" +version = "0.1.0" +authors = ["Agathe Porte <microjoe@microjoe.org>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |