Mercurial > touhou
annotate Cargo.toml @ 642:9e40bd5cc26d
Move interpolators in another module.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 07 Jul 2019 12:19:50 +0200 |
parents | a806f28e94fc |
children | 01849ffd0180 |
rev | line source |
---|---|
637 | 1 [package] |
2 name = "touhou" | |
3 version = "0.1.0" | |
4 authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"] | |
5 edition = "2018" | |
6 description = "A collection of tools to work with Touhou data" | |
7 homepage = "https://pytouhou.linkmauve.fr" | |
8 license = "GPL-3.0-or-later" | |
9 | |
10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
11 | |
12 [dependencies] | |
638
a806f28e94fc
Add anm0 support.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
637
diff
changeset
|
13 nom = "5" |