summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClément Sibille <claymeuns@protonmail.com>2021-10-03 19:46:07 +0200
committerClément Sibille <claymeuns@protonmail.com>2021-10-03 19:46:07 +0200
commit84ac89b379da880468d2bb1396eb4773b48b6a92 (patch)
tree333b801cb5da5b13fe31020581866ff2c2f82ff3 /Cargo.toml
parent9419d24194a6662b7818987ce12125b05cd025fe (diff)
Initial rust project setup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..44fc3ac
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "lisibleos"
+version = "0.1.0"
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
Go back to lisible.xyz