refactor: new directory structure where the flake module lives in a directory with the template in a subdirectory
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "rust"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
serde = { version = "*", features = ["derive"] }
|
||||
either = { version = "*", features = ["serde"] }
|
||||
|
||||
thiserror = "*"
|
||||
anyhow = "*"
|
||||
tracing = "*"
|
||||
tracing-subscriber = "*"
|
||||
|
||||
clap = { version = "*", features = ["derive"] }
|
||||
figment = { version = "*", features = ["toml", "env", "json"] }
|
||||
|
||||
Reference in New Issue
Block a user