Rename package to strawcore-core

Straw's wrapper crate already owns the name 'strawcore' (and that name
is baked into the Android .so file + Kotlin's System.loadLibrary call).
Renaming this extractor crate to 'strawcore-core' resolves the cargo
package-name collision so both can live in the same workspace dep tree.

Repo name on Gitea stays Sulkta-Coop/strawcore.
This commit is contained in:
Kayos 2026-05-24 17:28:38 -07:00
parent f79d8fb109
commit 56089ffa3e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "strawcore"
name = "strawcore-core"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"