mirror of
https://github.com/Kudaes/Split
synced 2026-06-06 16:04:34 +00:00
13 lines
260 B
TOML
13 lines
260 B
TOML
[package]
|
|
name = "data"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[profile.dev.package.data]
|
|
opt-level = 3
|
|
debug = 0
|
|
|
|
[dependencies]
|
|
bindings = { path = "../bindings" }
|