wip
This commit is contained in:
parent
4b51d88a40
commit
64a3389b27
@ -5,6 +5,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ewconfig-meta-common = { path = "../common" }
|
||||
clap = { version = "4.5.23", features = ["derive"] }
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
|
||||
[[bin]]
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
mod steps;
|
||||
|
||||
pub fn main() {
|
||||
|
||||
|
0
meta/pusher/src/steps/build/mod.rs
Normal file
0
meta/pusher/src/steps/build/mod.rs
Normal file
0
meta/pusher/src/steps/dns/mod.rs
Normal file
0
meta/pusher/src/steps/dns/mod.rs
Normal file
3
meta/pusher/src/steps/mod.rs
Normal file
3
meta/pusher/src/steps/mod.rs
Normal file
@ -0,0 +1,3 @@
|
||||
mod build;
|
||||
mod dns;
|
||||
mod publish;
|
0
meta/pusher/src/steps/publish/mod.rs
Normal file
0
meta/pusher/src/steps/publish/mod.rs
Normal file
Loading…
x
Reference in New Issue
Block a user