mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-02-23 11:48:14 +00:00
20 lines
372 B
TOML
20 lines
372 B
TOML
[package]
|
|
name = "overwatch-derive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = [
|
|
"Daniel Sanchez Quiros <danielsq@status.im>"
|
|
]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
heck = "0.4"
|
|
syn = "1.0"
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
proc-macro-error = "1.0"
|
|
tracing = "0.1"
|