Skip to content

Commit

Permalink
Update Cargo.toml and add license for release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Sep 21, 2017
1 parent 997aabc commit 516f86e
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
[package]
authors = ["Michael Mior <[email protected]>"]
description = "A normalization tool for denormalized databases"

homepage = "https://github.com/michaelmior/eson"
repository = "https://github.com/michaelmior/eson"
readme = "./README.md"

categories = ["command-line-utilities", "database"]
keywords = ["database", "normalization", "NoSQL"]
license = "GPL-3.0"

build = "build.rs"
name = "eson"
version = "0.1.0"

[badges]
appveyor = { repository = "michaelmior/eson", branch = "master", service = "github" }
travis-ci = { repository = "michaelmior/eson", branch = "master" }
maintenance = { status = "experimental" }

[build-dependencies]
peg = "0.5.4"

Expand Down
Loading

0 comments on commit 516f86e

Please sign in to comment.