chore: Setup clego sub project

This commit is contained in:
Florian Briand 2024-07-05 16:15:49 +02:00
parent 6409e3eedf
commit 820d76d0f5
Signed by: florian_briand
GPG Key ID: CC981B9E6B98E70B
3 changed files with 9 additions and 0 deletions

View File

6
clego/Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "clego"
version = "0.1.0"
edition = "2021"
[dependencies]

3
clego/src/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}