Merge pull request #34 from mykmelez/exclude-ci-configs

exclude CI config files from package
without.crypto
Nan Jiang 6 years ago committed by GitHub
commit d9569a3397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.toml

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

Loading…
Cancel
Save