Skip to content

Commit

Permalink
ptx: typed parser test api
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Mar 10, 2024
1 parent 6a75b41 commit 856712e
Show file tree
Hide file tree
Showing 4 changed files with 676 additions and 82 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions ptx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "ptx"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib", "rlib"]

[features]
default = []
local-data = []
Expand All @@ -26,6 +29,4 @@ bytes = "1"
[dev-dependencies]
once_cell = "1"
pest-test = "0"

[lib]
crate-type = ["cdylib", "rlib"]
diff = { path = "../diff" }
Loading

0 comments on commit 856712e

Please sign in to comment.