This commit is contained in:
Akira Tempaku 2025-02-20 19:00:31 +09:00
commit c6c7f53c14
Signed by: paku
GPG key ID: 5B4E8402BCC50607
4 changed files with 563 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "zerosh"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
dirs = "4.0.0"
rustyline = "10.0.0"
nix = "0.25"
signal-hook = "0.3.14"
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"