quickpeep/quickpeep/Cargo.toml

27 lines
717 B
TOML

[package]
name = "quickpeep"
authors = ["Olivier 'reivilibre'"]
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.56"
tokio = { version = "1.17.0", features = ["full"] }
askama = "0.11.1"
axum = "0.4.8"
serde = { version = "1.0.136", features = ["derive"] }
ron = "0.7.0"
tower-http = { version = "0.2.5", features = ["fs"] }
log = "0.4.14"
env_logger = "0.9.0"
sqlx = { version = "0.5.11", features = ["sqlite", "runtime-tokio-rustls"] }
itertools = "0.10.3"
colour = "0.6.0"
futures-util = "0.3.21"
smartstring = "1.0.1"
quickpeep_index = { path = "../quickpeep_index" }