Skip to content

Commit

Permalink
add desc and ver predicates
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
rfuzzo committed Mar 12, 2024
1 parent 7772d69 commit 31bf322
Show file tree
Hide file tree
Showing 12 changed files with 823 additions and 732 deletions.
38 changes: 38 additions & 0 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = ""
log = "0.4"
env_logger = "0.11"
serde = { version = "1.0", features = ["derive"] }
byteorder = "1.5"

[package]
name = "plox"
Expand All @@ -23,17 +24,19 @@ description.workspace = true
documentation.workspace = true

[dependencies]
openmw-cfg = "0.5" # move to feature flag
clap = { version = "4.1", features = ["derive"] }
toposort-scc = "0.5"
byteorder = "1.5"
rust-ini = "0.20"
regex = "1.10"
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde_json = "1.0"
seahash = "4.1"
filetime = "0.2"
openmw-cfg = "0.5" # move to feature flag
semver = "1.0"
lenient_semver = "0.4"

byteorder = { workspace = true }
log = { workspace = true }
env_logger = { workspace = true }
serde = { workspace = true }
Expand Down
Loading

0 comments on commit 31bf322

Please sign in to comment.