new structure, apache

This commit is contained in:
Pascal Engélibert 2026-07-31 18:06:58 +02:00
commit a8b4961338
22 changed files with 1998 additions and 507 deletions

12
apache/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "mod_mesozoa"
version = "0.1.0"
edition = "2024"
[lib]
name = "mod_mesozoa"
crate-type = ["dylib"]
[dependencies]
#apache-rs = "0.0.4"
apache-rs = { path = "../../apache-rs" }