init workspace
This commit is contained in:
8
twily-cli/Cargo.toml
Normal file
8
twily-cli/Cargo.toml
Normal 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
3
twily-cli/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("nothing here just yet :3");
|
||||
}
|
||||
Reference in New Issue
Block a user