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