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

@@ -1,7 +1,11 @@
[package]
name = "owlen-core"
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 = "Core traits and types for OWLEN LLM client"
[dependencies]