Add MIT license and refactor Cargo workspace configuration

This commit is contained in:
2025-09-30 02:45:11 +02:00
parent 54bcabd53d
commit 9d4633865f
8 changed files with 58 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ use ratatui::{backend::CrosstermBackend, Terminal};
async fn main() -> Result<()> {
let matches = Command::new("owlen")
.about("OWLEN - A chat-focused TUI client for Ollama")
.version("0.2.0")
.version(env!("CARGO_PKG_VERSION"))
.arg(
Arg::new("model")
.short('m')