summaryrefslogtreecommitdiff
path: root/systems/_constants/Cargo.toml
blob: e83a510f70d09b106eca49213eb6e49cac991359 (plain)
1
2
3
4
5
6
7
8
[package]
name = "constants"
edition = "2024"
version.workspace = true

[dependencies]
constants_macros = { path = "macros" }
libc = "0.2"