add sexp into source tree

This commit is contained in:
2020-10-06 19:37:12 +02:00
parent f404445003
commit 85911c8e99
10 changed files with 517 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
publish = false
[dependencies]
sexp = "1.1.4"
sexp = { path = "../lib/spanned_sexp" }
thiserror = "1.0.20"
anyhow = "1.0.32"
dyn-clonable = "0.9.0"