chore: update maintainer info and project metadata

- Change author to Sunbeam Studios
- Remove GitHub-specific files (.github/, renovate, README.template)
- Remove .env.example (replaced by .envrc workflow)
- Replace Makefile with justfile
- Update CHANGELOG with v1.0.0 fork notes
- Update Cargo.toml homepage to sunbeam.pt
This commit is contained in:
2026-03-20 18:23:17 +00:00
parent 4dee5cfe0f
commit d5eb16dffc
11 changed files with 63 additions and 327 deletions

View File

@@ -7,9 +7,9 @@ version = "1.0.0"
edition = "2021"
rust-version = "1.76.0"
authors = ["Ivan Gabriele <ivan.gabriele@protonmail.com>"]
authors = ["Sunbeam Studios <hello@sunbeam.pt>"]
categories = ["api-bindings"]
homepage = "https://src.sunbeam.pt/studio/mistralai-client-rs"
homepage = "https://sunbeam.pt"
keywords = ["mistral", "mistralai", "client", "api", "llm"]
readme = "README.md"
repository = "https://src.sunbeam.pt/studio/mistralai-client-rs"