summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d435747222eb0557b551dab2069949d3f56b9e2e (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "interactive-object-builder"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"

[dependencies]
thiserror = "1"
dialoguer = "0.8"
bitflags = "1.2"