mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
20 lines
360 B
TOML
20 lines
360 B
TOML
[package]
|
|
name = "test"
|
|
version = "0.1.0"
|
|
authors = ["Pig Fang <g-plane@hotmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "tests/Api/tests/main.rs"
|
|
doctest = false
|
|
|
|
[dev-dependencies]
|
|
reqwest = "0.9"
|
|
rusqlite = "0.18"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
[target.'cfg(unix)'.dev-dependencies]
|
|
openssl = "0.10"
|
|
openssl-sys = "0.9"
|