foolish 0.1.0

A shell for those who want a simplest shell
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "foolish"
version = "0.1.0"
edition = "2024"
categories = ["command-line-utilities"]
description = "A shell for those who want a simplest shell"
authors = ["Misaka <misaka@nekoit.org>"]
keywords = ["shell"]
repository = "https://github.com/Moeweb647252/foolish"
license = "MIT"


[dependencies]