Skip to content

Commit

Permalink
Start validator
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jul 25, 2024
1 parent fbd591d commit 59c4294
Show file tree
Hide file tree
Showing 7 changed files with 429 additions and 119 deletions.
205 changes: 204 additions & 1 deletion Cargo.lock

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

11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "pgxn-meta-spec"
name = "pgxn_meta"
version = "0.1.0"
description = "The PGXN distribution metadata specification"
repository = "https://github.com/pgxn/pgxn-meta-spec"
Expand All @@ -12,10 +12,11 @@ exclude = [ ".github", ".gitattributes", "target", ".vscode", ".gitignore" ]

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

[dev-dependencies]
boon = "0.6"
serde_json = "1.0"

[dependencies]
boon = "0.6"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
spdx = "0.10.6"
wax = "0.6.0"

[dev-dependencies]
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pub mod valid;
pub use valid::*;
Loading

0 comments on commit 59c4294

Please sign in to comment.