19 lines
410 B
TOML
19 lines
410 B
TOML
[package]
|
|
name = "container-simulate"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "container"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.89"
|
|
testcontainers = { version = "0.26.0" }
|
|
shared = { path = "../../public/shared" }
|
|
tokio = { version = "1.47.0", features = ["full"] }
|
|
url = "2.5.7"
|
|
clap = { version = "4.5.48", features = ["derive", "env"] }
|
|
path-clean = "1.0.1"
|
|
serde_json = "1.0.145"
|