use libcubi as lib name

This commit is contained in:
griffi-gh 2023-05-21 12:08:29 +02:00
parent 061fe46f2a
commit 6718c56370
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
publish = false
[lib]
name = "libkubi"
crate-type = ["lib", "cdylib"]
[dependencies]

View file

@ -4,5 +4,5 @@
)]
fn main() {
kubi::kubi_main();
libkubi::kubi_main();
}