This repository has been archived on 2023-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
p3l/stdlib/Cargo.toml
2022-10-16 20:14:55 +02:00

16 lines
335 B
TOML

# -*- eval: (cargo-minor-mode 1) -*-
[package]
name = "stdlib"
version = "0.0.0"
publish = false
edition = "2021"
authors = ["Dominic Meiser <git@msrd0.de>"]
[dependencies]
indexmap = "1.9"
itoa = "1"
num-integer = "0.1.45"
paste = "1"
rand = { version = "0.8", features = ["getrandom"], default-features = false }
svgwriter = "0.1"