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).
11 lines
261 B
TOML
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" }
|