1
0
Files
shell/Cargo.toml
2026-02-26 14:26:52 +00:00

18 lines
266 B
TOML

[package]
name = "aishell"
version = "0.2.0"
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"