spookie skel

This commit is contained in:
femsci 2023-11-17 18:38:40 +01:00
commit 6fe2bbe130
Signed by: femsci
GPG key ID: 08F7911F0E650C67
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[package]
name = "umogen-cli"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = "4.4.8"

View file

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