15 lines
291 B
TOML
15 lines
291 B
TOML
[package]
|
|
name = "signal-gateway-assistant"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
async-trait = { workspace = true }
|
|
chrono = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio-util = { workspace = true }
|