Skip to content

Commit

Permalink
Merge branch 'main' into fix/python-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
MatisseB authored Jul 4, 2024
2 parents 81177bd + 130051f commit 4882a94
Show file tree
Hide file tree
Showing 11 changed files with 1,003 additions and 73 deletions.
211 changes: 185 additions & 26 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ license = { workspace = true }
path = ""

[workspace.package]
version = "0.1.1"
authors = ["LogCraft <dev@logcraft.io>"]
version = "0.0.0"
edition = "2021"
license = "MPL-2.0"
homepage = "https://www.logcraft.io"
Expand All @@ -35,12 +35,13 @@ panic = "abort"
strip = "debuginfo"

[workspace]
members = [
members = [
"sentinel",
"splunk"
]

[workspace.dependencies]
wit-bindgen = "0.26"
wit-bindgen = "0.27"
serde = "1.0"
serde_json = "1.0"
waki = "0.3"
Expand Down
Loading

0 comments on commit 4882a94

Please sign in to comment.