add zephyr ECS subcrate

This commit is contained in:
Chance 2024-12-03 01:12:33 -05:00 committed by lily
parent c9ee478d96
commit 41f87a379d
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
5 changed files with 30 additions and 5 deletions

View file

@ -15,6 +15,8 @@ struct Cli {
#[tokio::main]
async fn main() -> Result<()> {
let t = zephyr::add(0, 2);
println!("{}", t);
let cli = Cli::parse();
log::set_logger(&*LOGGER).unwrap();