From 5d00757e9c8220ea139f28e0ea65c4b278a65b15 Mon Sep 17 00:00:00 2001 From: Mr Martian Date: Tue, 7 Jan 2025 19:58:41 -0500 Subject: [PATCH] ready to go for rust --- .gitignore | 1 + Cargo.toml | 14 +++++++++++++- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 28e80fe..9c20c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ coverage/ *.profraw experiments/ docs/ +node_modules/ diff --git a/Cargo.toml b/Cargo.toml index 8b83267..8656dc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,19 @@ categories = ["encoding", "wasm", "embedded", "no-std"] keywords = ["pbf", "protobuffers", "minimal", "low-cost-code"] license = "MIT" # Include only specific files and directories -include = ["rust/**", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE"] +# include = ["rust/**", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE"] +exclude = [ + "/assets", + "/coverage", + "/benchmarks", + "/dist", + "/node_modules", + "/target", + "/docs", + "/tests", + "/tools", + "/src", +] [lib] name = "pbf" diff --git a/package.json b/package.json index 0630d07..3049c5c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pbf-ts", - "version": "1.0.0", + "version": "1.0.1", "description": "A low-level, fast, ultra-lightweight typescript library for decoding and encoding protocol buffers.", "type": "module", "keywords": [