mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -06:00
This is deprecated but required to make cargo-apk
work!
This commit is contained in:
parent
e70165ba00
commit
01cf42b2bf
|
@ -5,7 +5,6 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "libkubi"
|
||||
crate-type = ["lib", "cdylib"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
)]
|
||||
|
||||
fn main() {
|
||||
libkubi::kubi_main();
|
||||
kubi::kubi_main();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue