Skip to content

Commit

Permalink
Fix Cargo.toml for publishing to Crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mstallmo committed Oct 4, 2018
1 parent 9ecd5fe commit 986b531
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "rocket_igniter"
version = "0.1.0"
version = "0.0.1"
authors = ["Mason Stallmo <[email protected]>"]
edition = "2018"
license = "MIT"
description = "A Rocket.rs fairing for a better development experience when using React and WebPack"

[dependencies]
rocket = "0.3.16"
Expand Down

0 comments on commit 986b531

Please sign in to comment.