1 2 3 4 5 6 7 8 9 10
[lib] crate-type = ["rlib", "dylib"] [package] description = "Standard library for the Pitusya Programming Language" edition = "2021" license = "MIT" name = "pitusyastd" repository = "https://github.com/Jujumba/pitusyastd" version = "0.0.1"