Skip to content

Commit

Permalink
Excluded third-party files from packaging for crates.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Amiot committed Jun 27, 2018
1 parent 9d82e81 commit 7a4390e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export RUST_TEST_THREADS="1"
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ homepage = "https://github.com/YellowInnovation/sofa"
repository = "https://github.com/YellowInnovation/sofa"
keywords = ["couchdb", "orm", "database", "nosql"]
categories = ["database"]
include = [
"**/*.rs",
"Cargo.toml"
]

[dependencies]
serde = "1.0"
Expand Down

0 comments on commit 7a4390e

Please sign in to comment.