mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
20 lines
510 B
TOML
20 lines
510 B
TOML
[package]
|
|
name = "teepot-write"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web.workspace = true
|
|
anyhow.workspace = true
|
|
awc.workspace = true
|
|
clap.workspace = true
|
|
serde_json.workspace = true
|
|
teepot.workspace = true
|
|
tracing-log.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|