summaryrefslogtreecommitdiff
path: root/util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'util/Cargo.toml')
-rw-r--r--util/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/Cargo.toml b/util/Cargo.toml
new file mode 100644
index 0000000..70d66bf
--- /dev/null
+++ b/util/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "util"
+version = "0.1.0"
+authors = ["stuebinm <stuebinm@disroot.org>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+isabelle-unicode = { path = "../isabelle-unicode" }