Skip to content

Commit

Permalink
re-write argument parser to derive semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeurskens committed Aug 13, 2022
1 parent 018bc2c commit dc5ca99
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 65 deletions.
175 changes: 149 additions & 26 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
name = "rsbdd"
version = "0.9.3"
edition = "2021"
authors = ["Tim Beurskens <[email protected]>"]
description = "A BDD-based SAT solver"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dot = "0.1.4"
itertools = "0.10.3"
clap = "2.33.3"
clap = { version = "3.2.17", features = ["derive"] }
lazy_static = "1.4.0"
regex = "1"
csv = "1.1.6"
Expand Down
Loading

0 comments on commit dc5ca99

Please sign in to comment.