summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 094b14f92399d49ef5d186bcc2cfec7b6d0abcf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "assembler"
version = "2.3.0"
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" }