sailfish/integration-tests/Cargo.toml

15 lines
307 B
TOML

[package]
name = "integration-tests"
version = "0.0.1"
authors = ["Kogia-sima <orcinus4627@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
sailfish = { path = "../sailfish" }
sailfish-macros = { path = "../sailfish-macros" }
[dev-dependencies]
trybuild = "1.0.28"
pretty_assertions = "0.6.1"