summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorstuebinm2021-09-21 22:25:59 +0200
committerstuebinm2021-09-21 22:50:24 +0200
commit5a021caf3ff516c110571bfb4485e833ba8b1d06 (patch)
treebfaff792077a25c0754f6e7beed10e3f4864dd86 /Cargo.toml
parent2eebd7b354432ae564757a93c7b8c44150b58010 (diff)
proof of concept: talking to `isabelle server`
for now this just checks a file given on the command line, and panics if anything at all goes wrong.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fbb6fcd..a9f9380 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,5 +2,6 @@
members = [
"symbolmacro",
"isabelle-unicode",
- "isabelle2unicode"
+ "isabelle2unicode",
+ "isabelle-proto"
]