diff options
| author | Fuwn <[email protected]> | 2022-05-12 07:42:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-12 07:42:03 +0000 |
| commit | bc5d2312763b4399b246f1e6b9dbfbfa5cd76686 (patch) | |
| tree | 85ef66154e9a8cad7fbbdd61282d35052c1ea87d /Cargo.toml | |
| download | germ-bc5d2312763b4399b246f1e6b9dbfbfa5cd76686.tar.xz germ-bc5d2312763b4399b246f1e6b9dbfbfa5cd76686.zip | |
feat(0.1.0): initial release0.1.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..66723bd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,19 @@ +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[package] +name = "germ" +version = "0.1.0" +authors = ["Fuwn <[email protected]>"] +edition = "2021" +description = "The Ultimate Gemini Toolkit." +documentation = "https://docs.rs/germ" +readme = "README.md" +homepage = "https://github.com/gemrest/germ" +repository = "https://github.com/gemrest/germ" +license = "GPL-3.0-only" +keywords = ["gemini", "parser", "lexer", "markdown", "converter"] +categories = ["encoding"] + +[features] +ast = [] +convert = [] |