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

18 lines
412 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 10:55:30 +01:00
tungstenite = { version = "0.21.0", features = ["native-tls"] }
url = "2.5.0"
tiny_http = "0.12.0"
openssl = "0.10.61"
2023-12-30 10:55:30 +01:00
native-tls = "0.2.11"