[package] name = "near-pool-v01" version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Near Inc "] edition = "2018" repository = "https://github.com/near/nearcore" homepage = "https://github.com/near/nearcore" description = "Near pool." [dependencies] rand = "0.7" borsh = "0.9" near-crypto-v01 = { path = "../../core/crypto", version = "0.1.0" } near-primitives-v01 = { path = "../../core/primitives", version = "0.1.0" }