1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/clients/terminal/Cargo.toml
2023-12-30 11:28:36 +01:00

15 lines
No EOL
342 B
TOML

[package]
name = "fcast"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ctrlc = "3.1.9"
tungstenite = { version = "0.21.0" }
url = "2.5.0"
tiny_http = "0.12.0"