refactor: rename cortex-neuron binary and crate to neuron
All checks were successful
CI / Format, lint, build, test (push) Successful in 2m28s
CI / Build SRPM (push) Has been skipped
CI / Publish to COPR (push) Has been skipped

Package name, lib name, and binary all now just "neuron" without
the cortex- prefix.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 15:51:15 +03:00
parent e42e8ee81f
commit 6c238f4557
5 changed files with 35 additions and 35 deletions

38
Cargo.lock generated
View File

@@ -404,25 +404,6 @@ dependencies = [
"urlencoding",
]
[[package]]
name = "cortex-neuron"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"axum",
"clap",
"cortex-core",
"figment",
"reqwest",
"serde",
"serde_json",
"tokio",
"toml",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
@@ -1201,6 +1182,25 @@ dependencies = [
"tempfile",
]
[[package]]
name = "neuron"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"axum",
"clap",
"cortex-core",
"figment",
"reqwest",
"serde",
"serde_json",
"tokio",
"toml",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "nom"
version = "7.1.3"