Skip to content

Commit

Permalink
feature: implement policy store
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed May 3, 2021
1 parent e215e52 commit 9dad536
Show file tree
Hide file tree
Showing 7 changed files with 245 additions and 176 deletions.
168 changes: 128 additions & 40 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Expand Up @@ -16,10 +16,9 @@ async-stream = "0.3.0"
async-trait = "0.1.42"
base64 = "0.13.0"
home = "0.5"
hyper-tls = "0.5.0"
hyper = { version = "0.14", features = ["full"] }
native-tls = "^0.2.1"
oci-distribution = "0.5"
reqwest = { version = "0.11.3", features = ["rustls"] }
rustls = "0.19.1"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8.15"
tokio-compat-02 = "0.2.0"
Expand Down

0 comments on commit 9dad536

Please sign in to comment.