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.
26 lines
600 B
26 lines
600 B
[package]
|
|
name = "rocket-inv"
|
|
version = "0.1.0"
|
|
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rocket-download-response = "0.4.9"
|
|
#rocket-include-tera = "0.4.5"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
json_dotpath = "0.1.2"
|
|
|
|
parking_lot = "0.10.0"
|
|
|
|
[dependencies.rocket]
|
|
version = "0.4.2"
|
|
default-features = false
|
|
|
|
[dependencies.rocket_contrib]
|
|
version = "0.4.2"
|
|
default-features = false
|
|
features = ["json", "serve", "tera_templates"]
|
|
|