Mercurial > touhou
comparison interpreters/Cargo.toml @ 757:21b186be2590
Split the Rust version into multiple crates.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 05 Jan 2021 02:16:32 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
756:4d91790cf8ab | 757:21b186be2590 |
---|---|
1 [package] | |
2 name = "touhou-interpreters" | |
3 version = "0.1.0" | |
4 authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"] | |
5 edition = "2018" | |
6 description = "Interpreters for Touhou games" | |
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] | |
13 touhou-formats = "*" | |
14 touhou-utils = "*" |