We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbb09b commit 8daafb2Copy full SHA for 8daafb2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unicode-linebreak"
3
-version = "0.1.1"
+version = "0.1.2"
4
authors = ["Axel Forsman <axelsfor@gmail.com>"]
5
description = "Implementation of the Unicode Line Breaking Algorithm"
6
homepage = "https://github.com/axelf4/unicode-linebreak"
@@ -9,11 +9,8 @@ readme = "README.md"
9
keywords = ["unicode", "text", "layout"]
10
categories = ["internationalization"]
11
license = "Apache-2.0"
12
-include = ["src/**/*", "build.rs", "LineBreak.txt"]
+include = ["src/**/*", "build.rs", "LineBreak.txt", "LICENSE"]
13
edition = "2018"
14
15
[build-dependencies]
16
regex = "1"
17
-
18
-[badges]
19
-travis-ci = { repository = "axelf4/unicode-linebreak" }
0 commit comments