Mercurial > touhou
view utils/Cargo.toml @ 793:bdefd3e6d6f9
python: Bump the dependencies
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Wed, 13 May 2026 21:43:58 +0200 |
| parents | d005f5927447 |
| children |
line wrap: on
line source
[package] name = "touhou-utils" version = "0.1.0" authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"] edition = "2018" description = "Utilities for Touhou games" homepage = "https://pytouhou.linkmauve.fr" license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] const_for = "0.1.5" getrandom = "0.4.0"
