18 lines
400 B
TOML
18 lines
400 B
TOML
[package]
|
|
name = "rtx-quantumport-demo"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "QuantumPort - Higher-Order Portfolio Optimization Demo"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
quantumport-shared = { path = "../quantumport-shared" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
thiserror = "2.0"
|
|
|
|
[lints]
|
|
workspace = true
|