1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-04 00:07:01 +00:00
fcast/clients/terminal/Cargo.toml

15 lines
342 B
TOML
Raw Normal View History

2023-06-20 08:45:01 +02:00
[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"
2023-12-30 11:28:36 +01:00
tungstenite = { version = "0.21.0" }
url = "2.5.0"
2023-12-30 11:28:36 +01:00
tiny_http = "0.12.0"