12345678910111213141516171819 |
- [package]
- name = "apollon"
- version = "0.1.0"
- edition = "2021"
- license = "MIT"
- description = "A simple markup language."
- readme = "README.md"
- repository = "https://notabug.org/erislmm/Apollon"
- keywords = ["text", "formatting", "markup"]
- categories = ["compilers", "text-processing"]
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- clap = { version = "3.0.5", features = ["derive"] }
|