mirror of
https://github.com/xzcrpw/blackwall.git
synced 2026-05-19 15:45:12 +02:00
release: blackwall v1
This commit is contained in:
commit
e01b11f7ff
63 changed files with 11133 additions and 0 deletions
17
blackwall-controller/Cargo.toml
Normal file
17
blackwall-controller/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "blackwall-controller"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "blackwall-controller"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
common = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue