aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f1d041e322d43ea23f37d900a43d59932cf8a9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "yaxpeax-arch"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "yaxpeax-arch"
description = "fundamental traits to describe an architecture in the yaxpeax project"

[dependencies]
"num-traits" = "0.2"
"termion" = "1.4.0"