mirror of
https://github.com/0x5eal/sealz.git
synced 2024-12-12 12:50:36 +00:00
13 lines
306 B
TOML
13 lines
306 B
TOML
[package]
|
|
name = "framework"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tide = "0.16.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
colored = "2.0.0"
|
|
tracing = "0.1.37"
|
|
tide-tracing = "0.0.12"
|