init
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user