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:
parent
f79d8fb109
commit
56089ffa3e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "strawcore"
|
||||
name = "strawcore-core"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue