Skip to content

Commit

Permalink
Replace file excludes with includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
calder committed Sep 8, 2019
1 parent f757798 commit 266d591
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tempdb_cockroach/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tempdb_cockroach"
version = "1.0.9"
version = "1.0.10"
edition = "2018"
description = "Temporary databases for unit testing"
keywords = ["cockroach", "cockroachdb", "temporary", "database", "test"]
Expand All @@ -10,10 +10,9 @@ readme = "README.md"
license = "MIT"
authors = ["Calder Coalson <caldercoalson@gmail.com>"]

exclude = [
"/.travis.yml",
"/doc/**",
"/scripts/**",
include = [
"src/**.rs",
"test/**.rs",
]

[dependencies]
Expand Down

0 comments on commit 266d591

Please sign in to comment.