Skip to content

Commit

Permalink
Start codegen for JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha committed Mar 23, 2024
1 parent cda29f7 commit 6af2853
Show file tree
Hide file tree
Showing 11 changed files with 472 additions and 364 deletions.
163 changes: 156 additions & 7 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[workspace]
members = ["xtask"]

[package]
name = "cargo-deny"
description = "Cargo plugin to help you manage large dependency graphs"
Expand All @@ -20,10 +23,12 @@ rust-version = "1.70.0"
[badges]
maintenance = { status = "actively-developed" }


[[bin]]
name = "cargo-deny"
path = "src/cargo-deny/main.rs"


[features]
default = ["reqwest/rustls-tls-webpki-roots", "tame-index/default"]
# Enables the use of OS native certificate store.
Expand Down
Loading

0 comments on commit 6af2853

Please sign in to comment.