diff --git a/caveful_games/crc16 b/caveful_games/crc16 new file mode 100644 index 0000000..da1ef5e --- /dev/null +++ b/caveful_games/crc16 @@ -0,0 +1,11 @@ +["0.1.4 roblox"] +published_at = "2024-10-17T13:10:55.803584801Z" +description = "16 bit CRC hashing function" +license = "MIT" +authors = ["jiwonz"] +repository = "https://github.com/CavefulGames/libs" + +["0.1.4 roblox".target] +environment = "roblox" +lib = "init.luau" +build_files = ["init.luau"] diff --git a/caveful_games/scope.toml b/caveful_games/scope.toml new file mode 100644 index 0000000..9c79958 --- /dev/null +++ b/caveful_games/scope.toml @@ -0,0 +1 @@ +owners = [53703001]