diff --git a/Cargo.toml b/Cargo.toml index b9b69b2..8362716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,9 @@ Unicode Standard Annex #31. exclude = [ "target/*", "Cargo.lock" ] +[badges] +travis-ci = { repository = "unicode-rs/unicode-xid" } + [features] default = [] no_std = []