clara-shell 0.1.0

a shell built for my gnu utils repo and a small rust os
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.logos]
version = "0.12.1"

[dependencies.subst]
version = "0.1.2"

[package]
description = "a shell built for my gnu utils repo and a small rust os"
edition = "2021"
license = "GPL-3.0-only"
name = "clara-shell"
resolver = "2"
version = "0.1.0"