mirror of
https://github.com/0x5eal/sealz.git
synced 2025-03-04 11:01:45 +00:00
11 lines
263 B
TOML
11 lines
263 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"
|