blob: 005384f195fd64e4ecff3b5bdfcfe56833001bdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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"
[profile.release]
lto = true
|