Files
huly-platform/foundations/hulylake/tests/Cargo.toml
T
Denis Bykhov 64e456e0ec Add 'foundations/hulylake/' from commit 'eb911a3bc7a759ee0642b2698620a2f0f68f7b61'
git-subtree-dir: foundations/hulylake
git-subtree-mainline: da88233dda
git-subtree-split: eb911a3bc7
2025-11-26 22:57:07 +05:00

23 lines
477 B
TOML

[package]
name = "tests"
version = "0.1.0"
edition = "2024"
[dependencies]
tanu = "0.9.0"
tokio = { version = "1.47.1", features = ["full"] }
uuid = { version = "1.18.0" }
hulyrs = { git = "https://github.com/hcengineering/hulyrs.git", features = [
"actix",
] }
secrecy = "0.10.3"
reqwest = { version = "0.12.23", default-features = false, features = [
"json",
"rustls-tls",
"stream",
] }
rand = "0.9.2"
hex = "0.4.3"
serde_json = "1.0.143"
futures = "0.3.31"