comparison Cargo.toml @ 637:afa012bb8021

Hello Rust!
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 03 Jul 2019 16:27:12 +0200
parents
children a806f28e94fc
comparison
equal deleted inserted replaced
636:4fa0a8e7d941 637:afa012bb8021
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]