license: relicense to AGPL-3.0-or-later
Some checks failed
ci / check (push) Failing after 1s

This commit is contained in:
Sulkta 2026-06-28 21:17:30 -07:00
parent d32db8800e
commit d312317249
3 changed files with 661 additions and 22 deletions

View file

@ -2,7 +2,7 @@
name = "claude-agent-sdk"
version = "0.0.1"
edition = "2024"
license = "MIT"
license = "AGPL-3.0-or-later"
description = "Async Rust SDK for the Claude Agent CLI (subprocess-based, mirrors the Python claude-agent-sdk)."
repository = "https://git.sulkta.com/Sulkta-OSS/claude-agent-sdk-rust"
readme = "README.md"