Skip to content

Commit

Permalink
Release 0.0.35.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 17, 2023
1 parent 2a02790 commit 8357302
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

25 changes: 16 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
[package]
name = "buildlog-consultant"
version = "0.0.35"
authors = [ "Jelmer Vernooij <jelmer@jelmer.uk>"]
authors = [ "Jelmer Vernooij <jelmer@jelmer.uk>",]
edition = "2021"
license = "GPL-2.0+"
description = "buildlog parser and analyser"
repository = "https://github.com/jelmer/buildlog-consultant.git"
homepage = "https://github.com/jelmer/buildlog-consultant"

[workspace]
members = ["buildlog-consultant-py"]

[workspace.dependencies]
pyo3 = "0.19"
serde_json = "1"
members = [ "buildlog-consultant-py",]

[dependencies]
pyo3 = { workspace = true }
inventory = "0.3"
regex = "1"
lazy_static = "1"
serde_json = { workspace = true }
serde = { version = "1", features = ["derive"] }
shlex = "1"

[workspace.dependencies]
pyo3 = "0.19"
serde_json = "1"

[dependencies.pyo3]
workspace = true

[dependencies.serde_json]
workspace = true

[dependencies.serde]
version = "1"
features = [ "derive",]

0 comments on commit 8357302

Please sign in to comment.