put module api in api.rs like before instead of api/mod.rs

This is needed since some builds do not remove old files and then cargo doesn't know which one to use. (for example GitHub-Actions)
This commit is contained in:
OMGeeky
2024-05-18 00:22:20 +02:00
parent 88d8495bbe
commit cb7d92a714
2 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ make:
- source: ../Cargo.toml
- source: lib.rs
output_dir: src
- source: api/mod.rs
- source: api.rs
output_dir: src
- source: api/utilities.rs
output_dir: src