mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Add license information for node_graph crates
This commit is contained in:
parent
0c2dbd411b
commit
78f07439db
10 changed files with 29 additions and 2504 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue