pH/ph-init/Cargo.toml
2023-01-31 13:48:20 -05:00

11 lines
174 B
TOML

[package]
name = "ph-init"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
edition = "2018"
[dependencies]
libc = "*"
lazy_static="1.4.0"
thiserror = "1.0"