1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "potterscript-runtime" description = "PotterScript Runtime." license = "MIT" version.workspace = true edition.workspace = true [dependencies] potterscript-parser = "0.1.0" colored = "1.1.0" rand = "0.8.4"