aboutsummaryrefslogtreecommitdiff
path: root/libs/nres/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/nres/Cargo.toml')
-rw-r--r--libs/nres/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/nres/Cargo.toml b/libs/nres/Cargo.toml
new file mode 100644
index 0000000..804f5c0
--- /dev/null
+++ b/libs/nres/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "libnres"
+version = "0.1.4"
+edition = "2021"
+
+[dependencies]
+byteorder = "1.4"
+log = "0.4"
+miette = "7.0"
+thiserror = "2.0"