http-server/Cargo.toml

16 lines
349 B
TOML
Raw Normal View History

2024-04-28 17:11:48 -05:00
[package]
name = "server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tiny_http = {version="0.12", features=["ssl-openssl"]}
log4rs = "1.3"
log = "0.4"
tokio = {version = "1", features = ["full"]}
ascii = "1.1"
fishbowl = {path="../fishbowl"}