2024-03-08 23:55:27 +01:00
|
|
|
[package]
|
2024-03-09 00:08:17 +01:00
|
|
|
name = "fluent-webserv"
|
2024-03-08 23:55:27 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-09 00:32:44 +01:00
|
|
|
anyhow.workspace = true
|
|
|
|
fluent = "0.16.0"
|
|
|
|
rocket = "0.5.0"
|
|
|
|
unic-langid = "0.9.4"
|