1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-25 17:54:18 +00:00
todocolors/todored/Cargo.toml

12 lines
291 B
TOML
Raw Normal View History

2023-07-29 13:58:17 +00:00
[package]
name = "todored"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.6.19", features = ["ws"] }
serde = "1.0.178"
uuid = { version = "1.4.1", features = ["v4"] }