summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-01-11 12:34:49 +0100
committerRomain Porte <microjoe@microjoe.org>2020-02-08 12:26:23 +0100
commit7be6f770263b4a3bbaab32ab4aa7d88ca43089fa (patch)
tree05e915d5303b5744cb107c0904ce2ff3aa79d7b4 /Cargo.toml
downloadcharlcd-7be6f770263b4a3bbaab32ab4aa7d88ca43089fa.tar.gz
charlcd-7be6f770263b4a3bbaab32ab4aa7d88ca43089fa.zip
initial version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..2c6276c
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "charlcd"
+version = "0.1.0"
+authors = ["Romain Porte <microjoe@microjoe.org>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]