Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 committed Jan 26, 2024
1 parent ecedf4c commit 8350201
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 21 deletions.
215 changes: 195 additions & 20 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["printer", "cli", "formatter"]
members = ["printer", "cli", "formatter", "plugins/serde-json"]
resolver = "2"

[workspace.package]
Expand Down
13 changes: 13 additions & 0 deletions plugins/serde_json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[package]
name = "serde_json"
edition = "2021"
version.workspace = true
license.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
extism-pdk = "1.0.0"

[lib]
crate_type = ["cdylib"]
Loading

0 comments on commit 8350201

Please sign in to comment.