Skip to content

Commit

Permalink
ready to go for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr Martian committed Jan 8, 2025
1 parent ad67400 commit 5d00757
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ coverage/
*.profraw
experiments/
docs/
node_modules/
14 changes: 13 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5d00757

Please sign in to comment.