16 lines
343 B
TOML
16 lines
343 B
TOML
[package]
|
|
name = "quantumport-shared"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "Shared IPC types for QuantumPort higher-order portfolio optimization demo"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
[lints]
|
|
workspace = true
|