aboutsummaryrefslogtreecommitdiff
path: root/lvc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/Cargo.toml')
-rw-r--r--lvc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvc/Cargo.toml b/lvc/Cargo.toml
index f53a95f..0a4a301 100644
--- a/lvc/Cargo.toml
+++ b/lvc/Cargo.toml
@@ -2,8 +2,8 @@
name = "lvc"
version = "0.1.0"
edition = "2021"
+default-run = "main"
[dependencies]
rayon = "1.7.0"
-bincode = "2.0.0-rc.2"
clap = { version = "4.1.8", features = ["derive"] }