aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_bytecode/Cargo.toml
blob: 981b6ee3be18a4fe6a7156d8fc2d7be17d7d09dd (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "sloth_bytecode"
version = "0.1.0"
edition = "2021"

[dependencies]
sloth_bytecode_macros = { path = "./macros" }

byteorder = "1.4.3"