1
0
This commit is contained in:
2026-03-02 17:45:35 +09:00
commit a8e5b30572
11 changed files with 1126 additions and 0 deletions

21
Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[package]
name = "aishell"
version = "0.0.1"
edition = "2021"
authors = ["syui"]
description = "aios shell - AI and commands in one stream"
[lib]
name = "aishell"
path = "src/lib.rs"
[[bin]]
name = "aishell"
path = "src/main.rs"
[dependencies]
rustyline = "14.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
terminal_size = "0.4"
libc = "0.2"