Skip to content

Commit e770b24

Browse files
committed
Update to Cargo.toml
1 parent a6116d0 commit e770b24

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name = "substr"
33
version = "0.1.0"
44
authors = ["srbdev"]
5-
license = ""
6-
description = ""
7-
readme = ""
8-
homepage = ""
9-
repository = ""
10-
keywords = []
11-
categories = []
5+
license = "MIT"
6+
description = "A crate for substring functionality for the str type in Rust"
7+
readme = "README.md"
8+
homepage = "https://github.com/srbdev/substr"
9+
repository = "https://github.com/srbdev/substr"
10+
keywords = ["str", "substr", "substring", "string"]
11+
categories = ["parsing", "text-processing"]
1212
edition = "2018"
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)