aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_bytecode/Cargo.toml
blob: 76448ee016f531d3073a9e6e84d21da4f76176f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "sloth_bytecode"

license.workspace = true
version.workspace = true
edition.workspace = true

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

byteorder = "1.4.3"