xlang_abi 0.2.0

ABI safe interfaces used by xlang
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-match"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8100e46ff92eb85bf6dc2930c73f2a4f7176393c84a9446b3d501e1b354e7b34"

[[package]]
name = "xlang_abi"
version = "0.2.0"
dependencies = [
 "xlang_host",
]

[[package]]
name = "xlang_host"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549c79609274d59195ac89501536941d3157e10240613399f912a0fab641f71f"
dependencies = [
 "cfg-match",
]