add signal-gateway app-code crate
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "signal-gateway-app-code"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
signal-gateway = { path = "../signal-gateway", default-features = false }
|
||||
|
||||
async-trait = { workspace = true }
|
||||
conf = { workspace = true }
|
||||
flate2 = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tar = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
Reference in New Issue
Block a user