Checkpoint
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "nye-terminal"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0.104", features = ["backtrace"] }
|
||||
clap = { version = "4.6.5", features = ["derive", "env", "wrap_help"] }
|
||||
dotenvy = "0.15.7"
|
||||
tokio = { version = "1.53.1", features = ["full"] }
|
||||
whoami = { version = "2.1.2", default-features = false, features = ["std"] }
|
||||
nye-wire-protocol = { version = "0.1.0", path = "../nye-wire-protocol" }
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
nye-console = { version = "0.1.0", path = "../nye-console" }
|
||||
|
||||
[[bin]]
|
||||
name = "nye"
|
||||
path = "src/main.rs"
|
||||
Reference in New Issue
Block a user