summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 421b755e2ddcc6cd914d6528c8b1150722babbe4 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "assembler"
version = "2.2.2"
edition = "2021"

[dependencies]
inked = { git = "git://benbridle.com/inked", tag = "v1.0.0" }
log = { git = "git://benbridle.com/log", tag = "v2.0.0" }
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.1" }