Better history, better prompt
This commit is contained in:
@ -3,7 +3,11 @@ name = "Rshell"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[dependencies]
|
||||
dirs = "4.0.0"
|
||||
users = "0.11.0"
|
||||
gethostname = "0.4.1"
|
||||
|
||||
Reference in New Issue
Block a user