We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6116d0 commit e770b24Copy full SHA for e770b24
1 file changed
Cargo.toml
@@ -2,13 +2,13 @@
2
name = "substr"
3
version = "0.1.0"
4
authors = ["srbdev"]
5
-license = ""
6
-description = ""
7
-readme = ""
8
-homepage = ""
9
-repository = ""
10
-keywords = []
11
-categories = []
+license = "MIT"
+description = "A crate for substring functionality for the str type in Rust"
+readme = "README.md"
+homepage = "https://github.com/srbdev/substr"
+repository = "https://github.com/srbdev/substr"
+keywords = ["str", "substr", "substring", "string"]
+categories = ["parsing", "text-processing"]
12
edition = "2018"
13
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments