[package] name = "fuel-core-0_15_0-client-0_14_1" version = "0.0.0" edition = "2021" license = "BUSL-1.1" publish = false [lib] path = "test.rs" [dev-dependencies] f-client = { version = "=0.14.1", package = "fuel-gql-client", features = [ "test-helpers", ] } fuel-core = { version = "=0.15" } tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] }