blob: 78ad4188af20498d99688329a9c0706e4ef99aae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "symbolmacro"
version = "0.1.0"
authors = ["stuebinm <stuebinm@disroot.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
|