1 2 3 4 5 6 7 8 9 10 11
[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] wabt = {path = "./../../../../target/tmp/wasmer-pack/python-wasi"} pytest = "*" wasmer = "*" wasmer-compiler-cranelift = "*" mypy = "*"