refactor: Updated to the most recent Rust version with 2024 syntax
This commit is contained in:
+7
-3
@@ -1,13 +1,17 @@
|
||||
[package]
|
||||
name = "loki-ai"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
version = "0.0.1"
|
||||
edition = "2024"
|
||||
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
||||
description = "An all-in-one, batteries included LLM CLI Tool"
|
||||
keywords = ["chatgpt", "llm", "cli", "ai", "repl"]
|
||||
homepage = "https://github.com/Dark-Alex-17/loki"
|
||||
repository = "https://github.com/Dark-Alex-17/loki"
|
||||
categories = ["command-line-utilities"]
|
||||
keywords = ["chatgpt", "llm", "cli", "ai", "repl"]
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
rust-version = "1.89.0"
|
||||
exclude = [".github", "CONTRIBUTING.md"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
|
||||
Reference in New Issue
Block a user