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 = [
"example/*",
]
[badges]
travis-ci = { repository = "commander-lol/rust-swerve", branch = "master" }
[profile.release]
lto = true
[dependencies]
rocket = "0.3.3"
......
#![feature(plugin)]
#![feature(alloc_system)]
#![plugin(rocket_codegen)]
extern crate alloc_system;
extern crate rocket;
extern crate docopt;
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