feat: with module example and api

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-31 22:18:38 +02:00
parent ac246c2d18
commit 9676c6aefb
3 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "example-module"
repository.workspace = true
description.workspace = true
readme.workspace = true
license-file.workspace = true
authors.workspace = true
version.workspace = true
edition.workspace = true
[lib]
crate-type = ["cdylib"]
[dependencies]