spookie skel
This commit is contained in:
commit
6fe2bbe130
2 changed files with 10 additions and 0 deletions
7
src/umogen-cli/Cargo.toml
Normal file
7
src/umogen-cli/Cargo.toml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[package]
|
||||||
|
name = "umogen-cli"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
clap = "4.4.8"
|
3
src/umogen-cli/src/main.rs
Normal file
3
src/umogen-cli/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, meowmeow~");
|
||||||
|
}
|
Loading…
Reference in a new issue