generated from Patagia/template-nix
18 lines
317 B
TOML
18 lines
317 B
TOML
[package]
|
|
name = "trace-request"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "2.0", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
dropshot = { workspace = true }
|
|
http = { workspace = true }
|
|
tracing = { workspace = true }
|