incfunc/Cargo.toml
fabolous005 40d962edb1
Some checks failed
CI / Rust project (push) Failing after 1m6s
Failing due to weird float to int conversation not wokring
2023-11-24 21:07:12 +01:00

11 lines
208 B
TOML

[package]
name = "incfunc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.24.7"
rand = "0.8.5"