Current section
Files
Jump to
Current section
Files
native/graphql_query_native/Cargo.toml
[package]
name = "graphql_query_native"
version = "0.2.0"
edition = "2021"
[lib]
name = "graphql_query_native"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.34"
apollo-compiler = "1.0"
# And then, your features.
[features]
default = ["nif_version_2_17"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
nif_version_2_17 = ["rustler/nif_version_2_17"]