aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-30 11:50:07 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-30 11:50:07 +0200
commitc98fc77ca0d8b7a5b1ca44e5e389bd89e60043ae (patch)
tree9121cd87bfdcf19703cfc99622e68bc71a1f28e8 /Cargo.toml
parentaf25c853b9ca57ad4bc2ff65813f8a5167bd95d9 (diff)
downloadaerogramme-c98fc77ca0d8b7a5b1ca44e5e389bd89e60043ae.tar.gz
aerogramme-c98fc77ca0d8b7a5b1ca44e5e389bd89e60043ae.zip
Add some doc
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df484d9..912c10d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,3 +37,7 @@ k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", branch =
[[bin]]
name = "test"
path = "src/test.rs"
+
+[[bin]]
+name = "main"
+path = "src/main.rs"