oysh/crates/oyster_runtime/Cargo.toml

20 lines
326 B
TOML
Raw Normal View History

2022-09-15 20:16:37 +00:00
[package]
name = "oyster_runtime"
version = "0.0.0"
edition = "2021"
[lib]
doctest = false
[dependencies]
oyster_parser = { path = "../oyster_parser" }
thiserror = "1.0.35"
[dependencies.nix]
version = "~0.25.0"
default-features = false
features = [ "fs", "ioctl", "process", "term" ]
[dev-dependencies]
insta = "^1.15.0"