aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 49a7ada7c4b6aee247a7e68544094261e07e7d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "jellything"
version = "0.1.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"

log = "0.4.17"
env_logger = "0.10.0"
anyhow = "1.0.68"

actix-web = "4.2.1"
tokio = "1.24.1"
markup = "0.13.1"