Skip to content

Commit

Permalink
chore(cargo): set an include directive
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Mar 1, 2017
1 parent a7021d1 commit cf7cc50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ keywords = ["http", "hyper", "hyperium"]
categories = ["web-programming::http-client", "web-programming::http-server"]
build = "build.rs"

include = [
"build.rs",
"Cargo.toml",
"LICENSE",
"src/**/*"
]

[dependencies]
base64 = "0.4.0"
futures = "0.1.7"
Expand Down

0 comments on commit cf7cc50

Please sign in to comment.