mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
417 B
TOML
18 lines
417 B
TOML
2 years ago
|
[package]
|
||
|
name = "integration-test"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1"
|
||
|
aya = { path = "../../aya" }
|
||
|
inventory = "0.2"
|
||
|
integration-test-macros = { path = "../integration-test-macros" }
|
||
|
lazy_static = "1"
|
||
|
libc = { version = "0.2.105" }
|
||
|
log = "0.4"
|
||
|
object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] }
|
||
|
regex = "1"
|
||
|
simplelog = "0.12"
|