From c98fc77ca0d8b7a5b1ca44e5e389bd89e60043ae Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 30 May 2022 11:50:07 +0200 Subject: Add some doc --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3