blob: 90bf092e677b3c39fd8bbd39ad9079450afe8672 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "germ-macros-impl"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Germ Macro Implementations"
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"]
[lib]
proc-macro = true
[dependencies]
quote = "1.0.18" # Quasi-quoting
|