view utils/Cargo.toml @ 790:d005f5927447

utils: Use const_for to make more const fn
author Link Mauve <linkmauve@linkmauve.fr>
date Sat, 17 Jan 2026 14:12:08 +0100
parents 1f152ca95658
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.3.4"