Skip to content

Commit

Permalink
Merge pull request #2 from peterrrock2/dev/0.2.0
Browse files Browse the repository at this point in the history
Dev/0.2.0
  • Loading branch information
peterrrock2 authored Jun 13, 2024
2 parents 3516377 + 07d6238 commit 367a3a8
Show file tree
Hide file tree
Showing 16 changed files with 1,378 additions and 265 deletions.
234 changes: 228 additions & 6 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binary-ensemble"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
authors = ["Peter Rock <peter.r.rock2@gmail.com>"]
exclude = ["example/"]
Expand All @@ -9,14 +9,16 @@ readme = "README.md"

repository = "https://github.com/peterrrock2/binary-ensemble"

description = "A CLI tool for working with and compressing ensambles of districting plans"
description = "A CLI tool for working with and compressing ensembles of districting plans"

[lib]
name = "ben"

[dependencies]
byteorder = "1.5.0"
clap = { version = "^4.5.2", features = ["derive"] }
pcompress = "1.0.7"
pipe = "0.4.0"
serde_json = "^1.0.107"
xz2 = "0.1.7"

Expand Down
Loading

0 comments on commit 367a3a8

Please sign in to comment.