Remove unused dependencies, slightly optimise release binary size
This commit is contained in:
parent
22f5e257a9
commit
caa8c3568d
3 changed files with 13 additions and 75 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -6,12 +6,16 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
linked-hash-map = "0.5"
|
||||
rocket = "0.4"
|
||||
askama = { git = "https://github.com/djc/askama", rev = "fc5addc4", features = ["with-rocket"] }
|
||||
askama_escape = { git = "https://github.com/djc/askama", rev = "fc5addc4" }
|
||||
rocket = "0.4"
|
||||
lazy_static = "1.2"
|
||||
rand = "0.6"
|
||||
gpw = "0.1"
|
||||
syntect = "3.0"
|
||||
chashmap = { git = "https://github.com/redox-os/tfs", rev = "b3e7cae1" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_derive = { version = "1.0" }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
incremental = false
|
Loading…
Add table
Add a link
Reference in a new issue