feat(rust-publish): with rust publish
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-12 21:29:24 +02:00
parent 5e604d7a10
commit 614a3bc305
2 changed files with 39 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
pub mod build;
pub mod publish;
pub mod source;
pub mod test;