at main 345 B view raw
1name = "website" 2version = "1.0.0" 3 4[dependencies] 5gleam_stdlib = ">= 0.60.0 and < 0.70.0" 6lustre = ">= 5.0.0 and < 6.0.0" 7simplifile = ">= 2.0.0 and < 3.0.0" 8lustre_ssg = ">= 0.8.3 and < 1.0.0" 9tom = ">= 1.1.1 and < 2.0.0" 10jot = ">= 4.0.0 and < 5.0.0" 11gleam_regexp = ">= 1.1.1 and < 2.0.0" 12 13[dev-dependencies] 14gleeunit = ">= 1.0.0 and < 2.0.0"