aboutsummaryrefslogtreecommitdiff
path: root/aezref/Cargo.toml
blob: 51a864feac48b44ccef7668d8bf1d9aaaf578640 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "aezref"
version = "0.1.0"
edition = "2024"
build = "build.rs"

[dependencies]

[build-dependencies]
cc = "1.2"