Skip to content

Commit

Permalink
Switch to relative paths in Cargo.toml
Browse files Browse the repository at this point in the history
See the discussion here for an explanation of how this works:

rust-lang/cargo#937

We also remove the "exclude" line, since it doesn't work, and it's
about to become unnecessary once the bug is fixed.
  • Loading branch information
emk committed Nov 21, 2014
1 parent f93d539 commit 8f6e86e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ repository = "https://github.com/emk/rust-uchardet"
readme = "README.md"
keywords = ["encoding", "text", "i18n"]

# Make sure we don't package this in our build, which will badly confuse
# crates.io and Cargo. See https://github.com/rust-lang/cargo/issues/937
# for discussion.
exclude = ["uchardet-sys"]

[dependencies]
uchardet-sys = "~0.0.2"
[dependencies.uchardet-sys]
path = "uchardet-sys"
version = "~0.0.2"

0 comments on commit 8f6e86e

Please sign in to comment.