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

View File

@@ -1,15 +1,15 @@
[package]
name = "cortex-neuron"
name = "neuron"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
name = "cortex_neuron"
name = "neuron"
path = "src/lib.rs"
[[bin]]
name = "cortex-neuron"
name = "neuron"
path = "src/main.rs"
[dependencies]