Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Mar 11, 2022
1 parent c0b755e commit 27954b5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
1 change: 0 additions & 1 deletion example.rulex

This file was deleted.

7 changes: 6 additions & 1 deletion rulex-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ description = "Compile rulex expressions, a new regular expression language"
version = "0.1.0"
edition = "2021"
authors = ["Ludwig Stecher <[email protected]>"]
license = "MIT or Apache-2"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/Aloso/rulex"
repository = "https://github.com/Aloso/rulex"
readme = "README.md"
keywords = ["regexp", "regex", "rulex"]
categories = ["text-processing", "command-line-utilities"]


[[bin]]
Expand Down
8 changes: 7 additions & 1 deletion rulex-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ description = "A new regular expression language"
version = "0.1.0"
edition = "2021"
authors = ["Ludwig Stecher <[email protected]>"]
license = "MIT or Apache-2"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/Aloso/rulex"
repository = "https://github.com/Aloso/rulex"
documentation = "https://docs.rs/rulex"
readme = "../README.md"
keywords = ["regexp", "regex", "syntax", "parser", "rulex"]
categories = ["text-processing", "parser-implementations"]

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

Expand Down
7 changes: 6 additions & 1 deletion rulex-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ description = "Macro for converting rulex expressions to regexes"
version = "0.1.0"
edition = "2021"
authors = ["Ludwig Stecher <[email protected]>"]
license = "MIT or Apache-2"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/Aloso/rulex/blob/main/rulex-macro"
repository = "https://github.com/Aloso/rulex"
documentation = "https://docs.rs/rulex-macro"
keywords = ["macro", "regexp", "regex", "rulex"]
categories = ["text-processing"]

[lib]
proc-macro = true
Expand Down

0 comments on commit 27954b5

Please sign in to comment.