|
|
@ -5,7 +5,7 @@ edition = "2018"
|
|
|
|
publish = false
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
aya = { git = "https://github.com/alessandrod/aya", branch="main" }
|
|
|
|
aya = { git = "https://github.com/aya-rs/aya", branch="main" }
|
|
|
|
{{project-name}}-common = { path = "../{{project-name}}-common", features=["userspace"] }
|
|
|
|
{{project-name}}-common = { path = "../{{project-name}}-common", features=["userspace"] }
|
|
|
|
anyhow = "1.0.42"
|
|
|
|
anyhow = "1.0.42"
|
|
|
|
ctrlc = "3.2"
|
|
|
|
ctrlc = "3.2"
|
|
|
|