diff --git a/default.project.json b/default.project.json new file mode 100644 index 0000000..e1532f8 --- /dev/null +++ b/default.project.json @@ -0,0 +1,6 @@ +{ + "name": "Typeforge", + "tree": { + "$path": "src" + } +} \ No newline at end of file diff --git a/wally.toml b/wally.toml index 726c778..7d2ee81 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "cameronpcampbell/typeforge" -description="A Type Function utility library." -version = "2.1.0" +description = "A Type Function utility library." +version = "3.0.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" license = "MIT"