Skip to content

Commit

Permalink
Fix Cargo settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej33 committed Nov 30, 2024
1 parent c5d8ed3 commit 6f076e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "MIT"
repository = "https://github.com/sybila/biodivine-sketchbook"
edition = "2021"
readme = "README.md"
default-run = "biodivine-sketchbook"

[build-dependencies]
tauri-build = { version = "1.5", features = [] }
Expand All @@ -15,6 +16,10 @@ tauri-build = { version = "1.5", features = [] }
name = "run-inference"
path = "src/bin/run_inference.rs"

[[bin]]
name = "biodivine-sketchbook"
path = "src/main.rs"

[dependencies]
biodivine-lib-bdd = ">=0.5.22, <1.0.0"
biodivine-lib-param-bn = ">=0.5.13, <1.0.0"
Expand Down

0 comments on commit 6f076e5

Please sign in to comment.