build: Renamed the crate to loki-ai since loki is taken
This commit is contained in:
Generated
+659
-637
File diff suppressed because it is too large
Load Diff
+5
-1
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loki"
|
name = "loki-ai"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
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"
|
pretty_assertions = "1.4.0"
|
||||||
rand = "0.9.0"
|
rand = "0.9.0"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "loki"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
strip = true
|
strip = true
|
||||||
|
|||||||
Reference in New Issue
Block a user