11 lines
174 B
TOML
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"
|