unicode-rs / unicode-segmentation

Grapheme Cluster and Word boundaries according to UAX#29 rules
https://unicode-rs.github.io/unicode-segmentation
Other
565 stars 57 forks source link

Fixup package #123

Closed Jake-Shadle closed 1 year ago

Jake-Shadle commented 1 year ago

This fixes up the package.exclude field to be simpler and actually exclude everything that is unused for downstream users, notably the entirety of the scripts folder. The target/* and Cargo.lock values were superfluous since they are already present in the .gitignore which cargo excludes by default.

While I was doing this I noticed that github CI was now used, but the .travis.yml file was still in the root, and the README still used the travis badge, so fixed that.

Manishearth commented 1 year ago

Thanks!