You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rewot/Cargo.toml

23 lines
675 B

2 years ago
[package]
name = "rewot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-files = "0.6.0"
actix-multipart = "0.4.0"
2 years ago
actix-web = "4.0.1"
chrono = { version = "0.4.19", features = ["serde"] }
2 years ago
clap = { version = "3.1.18", features = ["derive"] }
futures-util = "0.3.21"
2 years ago
handlebars = { version = "4.2.2", features = ["dir_source"] }
harsh = "0.2.2"
2 years ago
lazy_static = "1.4.0"
log = { version = "0.4.17", features = ["std"] }
rag = { git = "https://gitlab.com/rascul/rag", tag = "v0.2.0" }
regex = "1.5.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"