init commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "skyforge"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.11" }
|
||||
regex = "1.10.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yml = "0.0.10"
|
||||
serde_json = "1.0.112"
|
||||
tera = "1.20.0"
|
||||
thiserror = "1.0"
|
||||
walkdir = "2.3"
|
||||
Reference in New Issue
Block a user