Add license information for node_graph crates

This commit is contained in:
Dennis 2022-08-04 11:47:38 +02:00 committed by Keavon Chambers
parent 0c2dbd411b
commit 78f07439db
10 changed files with 29 additions and 2504 deletions

View file

@ -4,9 +4,10 @@ version = "0.2.1"
edition = "2021"
authors = ["Graphite Authors <contact@graphite.rs>"]
description = "#[derive(DynAny<'a>)]"
description = "#[derive(DynAny)]"
documentation = "https://docs.rs/dyn-any-derive"
repository = "https://github.com/TrueDoctor/dyn-any"
repository = "https://github.com/GraphiteEditor/Graphite"
license = "MIT OR Apache-2.0"
readme = "../README.md"
[lib]
@ -15,7 +16,6 @@ proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
proc_macro_roids = "0.7"
syn = { version = "1", default-features = false, features = ["derive", "parsing", "proc-macro", "printing"] }
[dev-dependencies]