Cargo.toml
1 # Copyright (c) The Bitcoin Core developers 2 # Distributed under the MIT software license, see the accompanying 3 # file COPYING or https://opensource.org/license/mit/. 4 5 [package] 6 name = "test_runner" 7 version = "0.1.0" 8 edition = "2021" 9 10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 11 12 [dependencies]