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 f8fa468 commit 29e48abCopy full SHA for 29e48ab
Cargo.toml
@@ -11,6 +11,12 @@ repository = "https://github.com/projectfluent/fluent-langneg-rs"
11
readme = "README.md"
12
categories = ["internationalization", "localization"]
13
edition = "2018"
14
+include = [
15
+ "src/**/*",
16
+ "benches/*.rs",
17
+ "Cargo.toml",
18
+ "README.md"
19
+]
20
21
[badges]
22
travis-ci = { repository = "projectfluent/fluent-langneg-rs" }
0 commit comments