added initial files

This commit is contained in:
2025-07-31 00:48:48 +02:00
parent 411cc26582
commit 2a3dc51ce9
193 changed files with 110293 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "napi"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
napi = { version = "2", features = [
"tokio_fs",
"napi8",
"tokio_rt",
"async",
]}
futures = "0.3.21"
napi-derive = "2"
tokio = "1.19.2"
murmurhash32 = {git = "https://github.com/gorilla-devs/murmurhash32.git"}
[build-dependencies]
napi-build = "1"