Skip to content

Commit

Permalink
Exclude uchardet-sys from uchardet package
Browse files Browse the repository at this point in the history
See rust-lang/cargo#937 for discussion.
  • Loading branch information
emk committed Nov 21, 2014
1 parent 9e1f6ce commit 63d45aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "uchardet"
version = "0.0.3"
version = "0.0.4"
authors = ["Eric Kidd <git@randomhacks.net>"]

description = "Detect character encodings using uchardet library"
Expand All @@ -12,5 +12,10 @@ 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"

0 comments on commit 63d45aa

Please sign in to comment.