Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed May 14, 2024
1 parent 909a21b commit 22a7183
Show file tree
Hide file tree
Showing 5 changed files with 347 additions and 50 deletions.
186 changes: 156 additions & 30 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion buildpacks/dotnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ edition.workspace = true
workspace = true

[dependencies]
inventory = { git = "https://github.com/malax/inventory", features = ["sha2", "semver"]}
libcnb = { git = "https://github.com/heroku/libcnb.rs", branch = "malax/layer-api"}
serde = "1.0.201"
libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", branch = "malax/layer-api"}
semver = "1.0"
serde = "1"
sha2 = "0.10"
thiserror = "1.0.60"
toml = "0.8"
1 change: 1 addition & 0 deletions buildpacks/dotnet/src/layers/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub(crate) mod sdk;
Loading

0 comments on commit 22a7183

Please # to comment.