diff --git a/.gitignore b/.gitignore index dc39325..62b0aad 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .venv wheels/ dist/py/build.sh +dist/py/src/codemp/ffi-unit-test.py # lua dist/lua/*.so diff --git a/Cargo.toml b/Cargo.toml index 57cc328..37da241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "alemi ", "zaaarf ", "frelodev ", - "cschen " + "cschen " ] license = "GPL-3.0-only" edition = "2021" diff --git a/dist/js/package.json b/dist/js/package.json index 6f25cfd..db4ea0f 100644 --- a/dist/js/package.json +++ b/dist/js/package.json @@ -1,42 +1,42 @@ { - "name": "@codemp/native", - "version": "0.8.5", - "description": "code multiplexer -- javascript bindings", - "keywords": [ - "codemp", - "collaborative", - "ffi", - "rust", - "editors" - ], - "license": "GPL-3.0", - "author": { - "url": "https://hexed.technology" - }, - "contributors": [ - { "name": "alemi", "email": "me@alemi.dev" }, - { "name": "frelodev", "email": "frelodev@gmail.com" }, - { "name": "zaaarf", "email": "me@zaaarf.foo" }, - { "name": "cschen", "email": "cschen@codemp.dev" } - ], - "repository": "https://github.com/hexedtech/codemp", - "devDependencies": { - "@napi-rs/cli": "^2.18.4" - }, - "napi": { - "name": "codemp", - "triples": { - "defaults": false, - "additional": [ - "x86_64-unknown-linux-gnu", - "x86_64-pc-windows-msvc", - "aarch64-apple-darwin" - ] + "name": "@codemp/native", + "version": "0.8.5", + "description": "code multiplexer -- javascript bindings", + "keywords": [ + "codemp", + "collaborative", + "ffi", + "rust", + "editors" + ], + "license": "GPL-3.0", + "author": { + "url": "https://hexed.technology" + }, + "contributors": [ + { "name": "alemi", "email": "me@alemi.dev" }, + { "name": "frelodev", "email": "frelodev@gmail.com" }, + { "name": "zaaarf", "email": "me@zaaarf.foo" }, + { "name": "cschen", "email": "dev@cschen.cc" } + ], + "repository": "https://github.com/hexedtech/codemp", + "devDependencies": { + "@napi-rs/cli": "^2.18.4" + }, + "napi": { + "name": "codemp", + "triples": { + "defaults": false, + "additional": [ + "x86_64-unknown-linux-gnu", + "x86_64-pc-windows-msvc", + "aarch64-apple-darwin" + ] + } + }, + "optionalDependencies": { + "@codemp/native-win32-x64-msvc": "0.8.5", + "@codemp/native-darwin-arm64": "0.8.5", + "@codemp/native-linux-x64-gnu": "0.8.5" } - }, - "optionalDependencies": { - "@codemp/native-win32-x64-msvc": "0.8.5", - "@codemp/native-darwin-arm64": "0.8.5", - "@codemp/native-linux-x64-gnu": "0.8.5" - } } diff --git a/dist/py/src/codemp/py.typed b/dist/py/src/codemp/py.typed new file mode 100644 index 0000000..e69de29