1 2 3 4 5 6 7 8 9 10 11
[package] name = "simplelibforfun" version = "0.1.3" edition = "2024" description = "Simple lib for fun" license = "MIT" readme = "README.md" [dependencies] rand = "0.9.0" regex = "1.11.1"