parent
7f23d656df
commit
c3baaf9ff0
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,18 @@
|
||||
[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-web = "4.0.1"
|
||||
clap = { version = "3.1.18", features = ["derive"] }
|
||||
handlebars = { version = "4.2.2", features = ["dir_source"] }
|
||||
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"
|
Loading…
Reference in new issue