/
githubmirror
/
sway
Обзор
Документация
Войти
/
githubmirror
/
sway
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/Cargo.toml
55 строк
1 KB
Daniel Frederico Lins Leite
Verify all jumps on asm are using ControlFlowOp (#7563)
06 мар 2026, 05:04
Не верифицирован
06 мар 2026, 05:04
cd3465c
Код
Авторство
О чём код?
[package] name = "test" version = "0.0.0" publish = false authors.workspace = true edition.workspace = true [dependencies] anyhow.workspace = true bytes.workspace = true chrono.workspace = true clap = { workspace = true, features = ["derive", "env"] } colored.workspace = true duct.workspace = true filecheck.workspace = true forc = { workspace = true, features = ["test"] } forc-pkg.workspace = true forc-test.workspace = true forc-tracing.workspace = true forc-util = { workspace = true, features = ["tx"] } fuel-vm = { workspace = true, features = ["random"] } fuels.workspace = true fuels-accounts.workspace = true futures.workspace = true gag.workspace = true gimli.workspace = true git2.workspace = true glob.workspace = true hex.workspace = true insta.workspace = true libtest-mimic.workspace = true normalize-path.workspace = true object.workspace = true prettydiff.workspace = true rand.workspace = true rayon.workspace = true regex.workspace = true revm.workspace = true rhai = "1.22.2" serde.workspace = true serde_json.workspace = true sway-core.workspace = true sway-error.workspace = true sway-features.workspace = true sway-ir.workspace = true sway-types.workspace = true sway-utils.workspace = true textwrap.workspace = true tokio.workspace = true toml = { workspace = true, features = ["parse"] } tracing.workspace = true vte.workspace = true [lints] workspace = true