Rename lb_core to lb
This commit is contained in:
13
crates/lb/Cargo.toml
Normal file
13
crates/lb/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "lb"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
luaffi = { version = "0.1.0", path = "../luaffi" }
|
||||
luajit = { version = "0.1.0", path = "../luajit" }
|
||||
tokio = { version = "1.45.1", features = ["rt", "time", "fs"] }
|
||||
|
||||
[dev-dependencies]
|
||||
luaify = { path = "../luaify" }
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
2
crates/lb/src/lib.rs
Normal file
2
crates/lb/src/lib.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod rt;
|
||||
pub mod task;
|
||||
Reference in New Issue
Block a user