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

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

[dependencies]
byteorder = "1.4.3"