diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2018-04-02 11:47:59 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2018-04-02 11:49:41 -0700 |
commit | 4ef0b23bbca0ae1b091ba30af32477b2be3d0693 (patch) | |
tree | 0fc57397769198195f74263e1c66b6cf714ffafb | |
parent | 302fe653861dc75f401537a6201934a36ab56b47 (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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ version = "0.36.0" build = "build.rs" include = [ + "LICENSE", + "README.md", "Cargo.toml", "build.rs", "src/*.rs", |