exclude CI config files from package

without.crypto
Myk Melez 6 years ago
parent 8fbc9fc512
commit e383eb0dbe
  1. 8
      Cargo.toml

@ -13,6 +13,14 @@ documentation = "https://docs.rs/lmdb-rkv"
keywords = ["LMDB", "database", "storage-engine", "bindings", "library"]
categories = ["database"]
exclude = [
# Exclude CI config files from package.
"/.appveyor.yml",
"/.travis.yml",
"/azure-pipelines-template.yml",
"/azure-pipelines.yml",
]
[lib]
name = "lmdb"

Loading…
Cancel
Save