Skip to content

Commit

Permalink
update Cargo.toml for crates.io...
Browse files Browse the repository at this point in the history
  • Loading branch information
danthedeckie committed Aug 14, 2019
1 parent e29787f commit b6158da
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
[package]
name = "never_f5"
version = "0.1.0"
publish = false
publish = true
edition = "2018"

authors = ["Daniel Fairhead <[email protected]>"]
license = "GPL-3.0-only"
description = "An auto-reloading web server for development"
readme = "README.md"
homepage = "https://github.com/danthedeckie/never-f5"
repository = "https://github.com/danthedeckie/never-f5"
keywords = ["cli", "webserver", "websockets", "reloading", "development"]
categories = ["command-line-utilities", "web-programming::http-server", "development-tools"]


[dependencies]
actix="0.8.3"
actix-web = "1.0"
Expand Down

0 comments on commit b6158da

Please sign in to comment.