init
This commit is contained in:
commit
c6c7f53c14
4 changed files with 563 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue