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

Fix metadata

parent daf2384e
No related branches found
No related tags found
No related merge requests found
[root] [root]
name = "swerve" name = "swerve"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rocket 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "rocket 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
......
[package] [package]
name = "swerve" name = "swerve"
version = "0.1.0" version = "0.1.1"
description = "Quick and easy multithreaded file server for local front end development" description = "Quick and easy multithreaded file server for local front end development"
authors = ["Louis Capitanchik <contact@louiscap.co>"] authors = ["Louis Capitanchik <contact@louiscap.co>"]
...@@ -19,7 +19,7 @@ exlude = [ ...@@ -19,7 +19,7 @@ exlude = [
] ]
[badges] [badges]
travis-ci = { repository = "commander-lol/rust-swerve", branch = "master" } travis-ci = { repository = "Commander-lol/rust-swerve", branch = "master" }
[profile.release] [profile.release]
lto = true lto = true
......
...@@ -10,7 +10,7 @@ While swerve does nothing innovative, the goal is to have a fast performing file ...@@ -10,7 +10,7 @@ While swerve does nothing innovative, the goal is to have a fast performing file
tear down time, as well as minimal request time spent inside the server itself. Current features are limited to tear down time, as well as minimal request time spent inside the server itself. Current features are limited to
serving files, but the roadmap includes API mocking to make front end development even easier. serving files, but the roadmap includes API mocking to make front end development even easier.
##Installation ## Installation
### Prebuilt ### Prebuilt
1. Download the binary for your OS from the [releases]() page 1. Download the binary for your OS from the [releases]() page
......
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