Graphite/node-graph/gcore/Cargo.toml

16 lines
389 B
TOML

[package]
name = "graphene-core"
version = "0.1.0"
edition = "2021"
description = "Api definitions for graphene"
authors = ["Dennis Kobert <dennis@kobert.dev>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
#std = []
#default = ["std"]
[dependencies]
#dyn-any = {path = "../dyn-any", features = ["derive"], optional = true}