mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 09:35:00 +02:00
9 lines
143 B
TOML
9 lines
143 B
TOML
[package]
|
|
name = "tests"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tanu = "0.8.2"
|
|
tokio = { version = "1.47.1", features = ["full"] }
|