Graphite/node-graph/gcore/Cargo.toml

15 lines
355 B
TOML

[package]
name = "graphene-core"
version = "0.1.0"
edition = "2021"
description = "Api definitions for graphene"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
const_default = ["const-default"]
default = ["const_default"]
[dependencies]
const-default = { version = "1.0", optional = true }