new structure, apache
This commit is contained in:
parent
8eacc80249
commit
a8b4961338
22 changed files with 1998 additions and 507 deletions
12
apache/Cargo.toml
Normal file
12
apache/Cargo.toml
Normal 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" }
|
||||
Loading…
Reference in a new issue