[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"