Skip to content

Commit e8dee72

Browse files
authored
Allium v2 (#6)
1 parent 0691a3a commit e8dee72

43 files changed

Lines changed: 10287 additions & 3209 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/allium-parser", "crates/allium"]
44

55
[workspace.package]
6-
version = "1.0.0"
6+
version = "2.0.0"
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/juxt/allium-tools"

crates/allium-parser/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ edition.workspace = true
66
license.workspace = true
77

88
[dependencies]
9+
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)