release_checker/test_utilities/Cargo.toml

15 lines
421 B
TOML

[package]
name = "test_utilities"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# this is only for test development, so it will always just be referenced as dev-dependencies
[dependencies]
rusqlite = { version = "0.27.0"}
test-context = { version = "0.1.4"}
application = { path = "../application" }
httpmock = "0.6"