-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
30 lines (28 loc) · 832 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "rblog"
version = "0.269.0"
authors = ["Prabir Shrestha <[email protected]>"]
edition = "2021"
license = "MIT"
description = "Blog app"
repository = "https://github.com/prabirshrestha/rblog"
build = "src/build.rs"
[build-dependencies]
ructe = { version = "0.17.0", features = ["sass", "mime03"] }
[dependencies]
anyhow = "1.0.82"
async-fs = "2.1.2"
chrono = { version = "0.4.37", features = ["serde"] }
dotenv = "0.15.0"
listenfd = "1.0.1"
mime = "0.3.17"
mime_guess = "2.0.4"
pulldown-cmark = "0.11"
ructe = "0.17.0"
salvo = { version = "0.68.0", features = ["affix", "anyhow", "caching-headers", "compression", "logging", "trailing-slash"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_yaml = "0.9.32"
slug = "0.1.5"
tokio = { version = "1.37.0" }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"