Skip to content

Commit 19c93cc

Browse files
committed
Add package.skull.toml
1 parent 77f803d commit 19c93cc

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

package.skull.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
format = 0
2+
3+
[package]
4+
name = "github.com/nimberite-development/tagforge-nim"
5+
6+
[dependencies.mutf8]
7+
src = "github.com/the-ticking-clockwork/mutf-8"
8+
origin = "git"
9+
scheme = "https"
10+
version = "0.1.1"
11+
12+
[dependencies.zippy]
13+
src = "github.com/guzba/zippy"
14+
origin = "git"
15+
scheme = "https"
16+
version = "0.10.11"
17+
foreign-pm = "nimble"

tagforge.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.1.0"
3+
version = "0.1.1"
44
author = "Yu-Vitaqua-fer-Chronos"
55
description = "A library made for the serialisation and deserialisation of MC NBT!"
66
license = "Apache-2.0"
@@ -11,4 +11,4 @@ srcDir = "src"
1111

1212
requires "nim >= 2.0.2"
1313
requires "zippy >= 0.10.11"
14-
requires "https://github.com/Yu-Vitaqua-fer-Chronos/MUTF-8 >= 0.1.0"
14+
requires "https://github.com/Yu-Vitaqua-fer-Chronos/MUTF-8 >= 0.1.0"

0 commit comments

Comments
 (0)