Add MIT license and refactor Cargo workspace configuration
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
[package]
|
||||
name = "owlen-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
description = "Command-line interface for OWLEN LLM client"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user