robma_builder 0.0.1

My result of the builder exercise in proc-macro-workshop by David Tolnay.
Documentation
[[test]]
name = "tests"
path = "tests/progress.rs"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
features = ["extra-traits"]
version = "1.0.31"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Robert Markl <robert.markl@tum.de>"]
autotests = false
description = "My result of the builder exercise in proc-macro-workshop by David Tolnay."
edition = "2018"
keywords = ["exercise", "proc-macro", "builder", "do_not_use"]
license = "MIT OR Apache-2.0"
name = "robma_builder"
version = "0.0.1"