summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2018-04-02 11:47:59 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2018-04-02 11:49:41 -0700
commit4ef0b23bbca0ae1b091ba30af32477b2be3d0693 (patch)
tree0fc57397769198195f74263e1c66b6cf714ffafb
parent302fe653861dc75f401537a6201934a36ab56b47 (diff)
Include README and LICENSE files in Cargo package.
- Include README.md so it is visible on crates.io and docs.rs. - Include LICENSE so that the package is legal to distribute.
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 684de4d7..851404dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,8 @@ version = "0.36.0"
build = "build.rs"
include = [
+ "LICENSE",
+ "README.md",
"Cargo.toml",
"build.rs",
"src/*.rs",