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

[dependencies]
ansi = { git = "git://benbridle.com/ansi", tag = "v1.0.0" }
log = { git = "git://benbridle.com/log", tag = "v1.1.2" }
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.0.1" }