9 lines
210 B
TOML
9 lines
210 B
TOML
[package]
|
|
name = "coreid"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["abbytsing@gmail.com"]
|
|
|
|
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd"))'.dependencies]
|
|
libc = "^0.2.0"
|