- Removing base64 and rocket_contrib deps from project
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,3 +12,4 @@ frontend/themes/clippable/static/js/category.js
|
|||||||
frontend/themes/clippable/static/js/collection.js
|
frontend/themes/clippable/static/js/collection.js
|
||||||
api/static/js/
|
api/static/js/
|
||||||
api/thumbs/
|
api/thumbs/
|
||||||
|
build/
|
||||||
|
|||||||
581
Cargo.lock
generated
581
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -18,10 +18,6 @@ path = "api/src/main.rs"
|
|||||||
# For json hehexd
|
# For json hehexd
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
# This is primarily for turning images(thumbnails) in the api
|
|
||||||
# into base64 strings
|
|
||||||
base64 = "0.13.0"
|
|
||||||
|
|
||||||
# For commanline parsing
|
# For commanline parsing
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
|
|
||||||
@@ -29,11 +25,6 @@ clap = "2.33.3"
|
|||||||
rocket = { version = "0.5.0-rc.1", features = [ "json" ] }
|
rocket = { version = "0.5.0-rc.1", features = [ "json" ] }
|
||||||
tokio = "1.0"
|
tokio = "1.0"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
|
||||||
version = "0.4.10"
|
|
||||||
default-features = false
|
|
||||||
features = ["serve", "json"]
|
|
||||||
|
|
||||||
[dependencies.rocket_dyn_templates]
|
[dependencies.rocket_dyn_templates]
|
||||||
version = "0.1.0-rc.1"
|
version = "0.1.0-rc.1"
|
||||||
features = ["tera"]
|
features = ["tera"]
|
||||||
|
|||||||
Reference in New Issue
Block a user