phext-shell 0.1.6

A phext-native implementation of an operating system shell
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libphext"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d037bdcc276e51bf26dc44daa336d35f5736efff4b9df6b5b24423cc105ddf"

[[package]]
name = "phext-shell"
version = "0.1.6"
dependencies = [
 "libphext",
]