mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
16 lines
349 B
TOML
16 lines
349 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 = "0.21.0"
|
|
url = "2.5.0"
|
|
tiny_http = "0.12.0"
|
|
openssl = "0.10.61"
|