Renamed project from "Nano" to "Nyx" across codebase and configuration files.

This commit is contained in:
elipeter 2025-06-17 10:55:50 +02:00
parent 7bfce3ad7f
commit 0b465bdacb
5 changed files with 41 additions and 43 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "Nano"
name = "nyx"
version = "0.1.0"
edition = "2024"
@ -12,7 +12,6 @@ clap = { version = "4.5.40", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.8.23"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json", "ansi","time"] }
tracing-appender = "0.2.3"
tracing = "0.1.41"
num_cpus = "1.17.0"
@ -33,4 +32,3 @@ crossbeam-channel = "0.5.15"
blake3 = "1.8.2"
filetime = "0.2.25"
once_cell = "1.21.3"
log = "0.4.27"