sailfish/sailfish-tests/integration-tests/Cargo.toml

16 lines
370 B
TOML
Raw Normal View History

2020-06-04 16:39:33 -04:00
[package]
name = "integration-tests"
2020-07-11 04:46:55 -04:00
version = "0.1.3"
2020-06-04 16:39:33 -04:00
authors = ["Kogia-sima <orcinus4627@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
sailfish = { path = "../../sailfish" }
sailfish-macros = { path = "../../sailfish-macros" }
sailfish-compiler = { path = "../../sailfish-compiler" }
2020-06-04 16:39:33 -04:00
[dev-dependencies]
trybuild = "1.0.28"
pretty_assertions = "0.6.1"