diff --git a/haxelib.json b/haxelib.json new file mode 100644 index 0000000..4f255db --- /dev/null +++ b/haxelib.json @@ -0,0 +1,13 @@ +{ + "name": "uuid", + "license": "MIT", + "tags": ["cross","haxe","uuid","game"], + "description": "Cross platform, simple Uuid generation based on RFC4122 . Support versions are v1, v3, v4 and v5", + "contributors": ["flashultra"], + "releasenote": "Simple Uuid generation for v1, v3, v4 and v5", + "version": "1.0.0", + "url": "https://github.com/flashultra/uuid", + "dependencies": { + "hxprng" + } +} \ No newline at end of file