Skip to content
Snippets Groups Projects
Unverified Commit daf2384e authored by Louis's avatar Louis :fire:
Browse files

Build optimisation

parent 4eaab9d3
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,12 @@ exlude = [ ...@@ -18,6 +18,12 @@ exlude = [
"example/*", "example/*",
] ]
[badges]
travis-ci = { repository = "commander-lol/rust-swerve", branch = "master" }
[profile.release]
lto = true
[dependencies] [dependencies]
rocket = "0.3.3" rocket = "0.3.3"
......
#![feature(plugin)] #![feature(plugin)]
#![feature(alloc_system)]
#![plugin(rocket_codegen)] #![plugin(rocket_codegen)]
extern crate alloc_system;
extern crate rocket; extern crate rocket;
extern crate docopt; extern crate docopt;
extern crate swerve; extern crate swerve;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment