stable-step/stable-step-derive/Cargo.toml
2022-01-13 20:22:29 -06:00

20 lines
475 B
TOML

[package]
name = "stable-step-derive"
description = "An implementation of Step for stable rust (derive macros)"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
license = "Apache-2.0/MIT"
repository = "https://git.asonix.dog/asonix/stable-step"
readme = "../README.md"
edition = "2021"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = "1"