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.
|
[package]
|
|
name = "rocket-3d"
|
|
version = "0.1.0"
|
|
authors = ["siva <alexandra.hosp@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies.rocket]
|
|
version = "0.5.0-rc.1"
|
|
features = ["json"]
|
|
default-features = false
|
|
|
|
[dependencies]
|
|
serde = "1.0.130"
|
|
serde_json = "1.0.67"
|
|
lazy_static = "1.4.0"
|
|
|
|
[dependencies.rocket_dyn_templates]
|
|
version = "0.1.0-rc.1"
|
|
features = ["tera"]
|