11 lines
204 B
TOML
11 lines
204 B
TOML
[package]
|
|
name = "optimizer"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
il = { path = "../il" }
|
|
helpers = { path = "../helpers" }
|
|
rust_decimal = { workspace = true }
|
|
anyhow = { workspace = true }
|