[package] name = "sierra-proc-demo" version = "0.2.0" authors = ["Zakarum "] edition = "2018" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/sierra-proc-demo/0.1.0" homepage = "https://github.com/zakarumych/sierra" repository = "https://github.com/zakarumych/sierra" description = "Demonstrates sierra's code generation abilities" [dependencies] sierra = { version = "0.2.0", path = "..", features = ["proc-verbose-docs"] } bumpalo = "3.6" eyre = "0.6" color-eyre = "0.5" tracing = "0.1" tracing-error = "0.1" tracing-subscriber = "0.2" winit = "0.25"