You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
721 B

[package]
name = "integration"
version = "0.1.0"
authors = ["plazmoid <kronos44@mail.ru>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = { version = "0.3", features = ["executor"] }
once_cell = "1.10.0"
reqwest = { workspace = true }
rstest = "0.17"
serde = { workspace = true }
serde_json = { workspace = true }
shlex = "1.0.0"
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "process", "time"] }
tracing = { workspace = true }
uuid = { workspace = true, features = ["serde", "v4"] }
u_lib = { path = "../lib/u_lib", features = ["panel", "server"] }
3 years ago
[[test]]
name = "integration"
path = "tests/lib.rs"