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
[package]

name = "phext-shell"

version = "0.1.6"

authors = ["Will Bickford <wbic16@gmail.com>"]

description = "A phext-native implementation of an operating system shell"

homepage = "https://phext.io/"

license = "MIT"

edition = "2021"



[dependencies]

libphext = "0.1.2"