Skip to content

Commit bf6e632

Browse files
Merge pull request #21 from egraphs-good/cli
Add Bin Feature
2 parents e246757 + 6d07a34 commit bf6e632

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

Cargo.lock

Lines changed: 1 addition & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ edition = "2021"
77
harness = false
88
name = "files"
99

10+
[features]
11+
default = ["bin"]
12+
bin = ["egglog/bin"]
13+
1014
[dependencies]
11-
egglog = { git = "https://github.com/egraphs-good/egglog.git", rev = "0be495630546acffbd545ba60feb9302281ce95c" }
15+
egglog = { git = "https://github.com/egraphs-good/egglog.git", rev = "0be495630546acffbd545ba60feb9302281ce95c", default-features = false }
1216

1317
num = "0.4.3"
1418
lazy_static = "1.4"
15-
16-
env_logger = { version = "0.10", optional = true }
1719
log = "0.4"
1820

1921
[dev-dependencies]

0 commit comments

Comments
 (0)