mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-25 17:54:18 +00:00
12 lines
291 B
TOML
12 lines
291 B
TOML
|
[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"] }
|