skald: public release prep — AGPL-3.0, generic config, scrubbed identifiers

This commit is contained in:
Sulkta 2026-06-28 21:38:36 -07:00
parent 3fa9f181ac
commit d645cbc8ed
7 changed files with 827 additions and 24 deletions

View file

@ -5,9 +5,9 @@ members = ["skald-core", "skald"]
[workspace.package]
version = "0.0.1"
edition = "2024"
license = "MIT"
authors = ["Sulkta"]
repository = "https://git.sulkta.com/Sulkta/skald"
license = "AGPL-3.0-or-later"
authors = ["Sulkta <oss@sulkta.com>"]
repository = "https://git.sulkta.com/Sulkta-OSS/skald"
[workspace.dependencies]
tokio = { version = "1", features = ["full"] }