pH/ph-init/Cargo.toml

11 lines
174 B
TOML
Raw Normal View History

2019-09-20 17:57:35 -04:00
[package]
name = "ph-init"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
edition = "2018"
[dependencies]
libc = "*"
lazy_static="1.4.0"
2023-01-31 13:48:20 -05:00
thiserror = "1.0"