mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-12-26 05:38:20 -06:00
use libcubi
as lib name
This commit is contained in:
parent
b3a85a85aa
commit
c48afa107f
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "libkubi"
|
||||
crate-type = ["lib", "cdylib"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
)]
|
||||
|
||||
fn main() {
|
||||
kubi::kubi_main();
|
||||
libkubi::kubi_main();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue