summaryrefslogtreecommitdiff
path: root/abnf_to_pest/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-04-15 17:56:24 +0200
committerNadrieril2019-04-15 17:56:24 +0200
commit7488297db17375bd586653820d1d1dc29f87f93a (patch)
tree2886796f3ebfd166cba4f32cc9d91b2522f3ab7e /abnf_to_pest/Cargo.toml
parente75edcb22d43789de96ec1427a4668e21b537883 (diff)
Prepare for publication
Diffstat (limited to 'abnf_to_pest/Cargo.toml')
-rw-r--r--abnf_to_pest/Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/abnf_to_pest/Cargo.toml b/abnf_to_pest/Cargo.toml
index cd6aa10..4e32986 100644
--- a/abnf_to_pest/Cargo.toml
+++ b/abnf_to_pest/Cargo.toml
@@ -1,9 +1,13 @@
[package]
name = "abnf_to_pest"
-version = "0.1.0"
+version = "0.1.0" # remember to update html_root_url
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
-license = "BSD-2-Clause"
+license = "MIT OR Apache-2.0"
edition = "2018"
+description = "A tiny crate that helps convert ABNF grammars to pest"
+readme = "README.md"
+repository = "https://github.com/Nadrieril/dhall-rust"
+documentation = "https://docs.rs/abnf_to_pest/"
[lib]
doctest = false