build: Renamed the crate to loki-ai since loki is taken

This commit is contained in:
2025-11-07 14:16:02 -07:00
parent a2a464151f
commit cc8bd040b9
2 changed files with 664 additions and 638 deletions
+5 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "loki"
name = "loki-ai"
version = "0.1.0"
edition = "2021"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
@@ -102,6 +102,10 @@ arboard = { version = "3.3.0", default-features = false }
pretty_assertions = "1.4.0"
rand = "0.9.0"
[[bin]]
name = "loki"
path = "src/main.rs"
[profile.release]
lto = true
strip = true