init workspace

This commit is contained in:
2026-03-02 22:15:04 +01:00
commit dbc2cb3236
13 changed files with 849 additions and 0 deletions

8
twily-cli/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "twily-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]

3
twily-cli/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("nothing here just yet :3");
}