1
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
resolver = "2"
|
||||
members = ["crates/rsh-types", "crates/rsh-backend", "crates/rsh", "crates/rshc"]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
@@ -43,6 +46,7 @@ comfy-table = "7"
|
||||
crossterm = { version = "0.28", features = ["event-stream"] }
|
||||
dirs = "5"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "blocking"] }
|
||||
rustls = { version = "0.23.40", features = ["ring"] }
|
||||
rpassword = "7"
|
||||
humantime = "2"
|
||||
time = { version = "0.3", features = ["formatting", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user