From e7089905f08de698d3eb8c4ab44eaf3322192e2b Mon Sep 17 00:00:00 2001 From: hassan Date: Tue, 21 Feb 2023 10:01:26 +0100 Subject: [PATCH] Add docs --- Cargo.lock | 7 +++++++ src/main.rs | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..dbf0d5f --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "TestRepo" +version = "0.1.0" diff --git a/src/main.rs b/src/main.rs index e7a11a9..f0dbbc2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +//! A test + fn main() { println!("Hello, world!"); }