You've already forked AstralRinth
forked from didirus/AstralRinth
Initial Commit
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "fabricate"
|
||||
version = "0.1.0"
|
||||
authors = ["geometrically <jai.a@tuta.io>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "2.0"
|
||||
actix-rt = "1.1.1"
|
||||
handlebars = { version = "3.0.0", features = ["dir_source"] }
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0.107"
|
||||
serde = "1.0.107"
|
||||
tantivy = "0.12.0"
|
||||
tempdir = "0.3.7"
|
||||
|
||||
Reference in New Issue
Block a user