Files
rustytorch/Cargo_standalone.toml
T
2026-03-04 00:08:42 +00:00

11 lines
169 B
TOML

[package]
name = "overflow_demo"
version = "0.1.0"
edition = "2021"
[dependencies]
fastrand = "2.0"
[[bin]]
name = "overflow_demo"
path = "standalone_overflow_test.rs"