Files
rustpt/Cargo.toml
Robert Garrett 8548e4e322 Update dependency versions
It's been a couple years and there are new versions of these libraries.
Bump and relax constraints (I don't need exact patch levels, that's what
a lockfile is for).
2025-03-01 12:56:36 -06:00

11 lines
261 B
TOML

[package]
name = "rustpt"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = { version = "0.9", features = ["small_rng"] }
itertools = { version = "0.14" }