]> git.lizzy.rs Git - rust.git/blob - mini-macro/Cargo.toml
don't depend on regex_macros anymore
[rust.git] / mini-macro / Cargo.toml
1 [package]
2 name = "mini-macro"
3 version = "0.1.0"
4 authors = [
5         "Manish Goregaokar <manishsmail@gmail.com>",
6         "Andre Bogus <bogusandre@gmail.com>",
7         "Georg Brandl <georg@python.org>",
8         "Martin Carton <cartonmartin@gmail.com>",
9         "Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
10 ]
11
12 [lib]
13 name = "mini_macro"
14 plugin = true
15
16 [dependencies]