1
0

fix config

This commit is contained in:
2025-06-02 00:32:00 +09:00
parent 0f3776e75e
commit 81ae0037d9
12 changed files with 57 additions and 52 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "ai-shell"
name = "aishell"
version = "0.1.0"
edition = "2021"
authors = ["syui"]
@ -30,5 +30,5 @@ default = []
# tui = ["ratatui", "crossterm"]
[[bin]]
name = "ai-shell"
name = "aishell"
path = "src/main.rs"