20 lines
456 B
TOML
20 lines
456 B
TOML
# file: kb_executor_stable_swap_stabble/Cargo.toml
|
|
# version: 2
|
|
|
|
[package]
|
|
name = "kb_executor_stable_swap_stabble"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
kb_core = { path = "../kb_core" }
|
|
kb_execution_api = { path = "../kb_execution_api" }
|
|
kb_model = { path = "../kb_model" }
|
|
kb_program_ids = { path = "../kb_program_ids" }
|
|
serde_json.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|