about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-09-26T09·34+0200
committerVincent Ambo <mail@tazj.in>2018-09-26T14·54+0200
commitda66599696dce1378e6fcef6a5149ba60e5006a2 (patch)
tree428c0004187ad7e1f8e4c306971ce6ba7171cc33 /Cargo.toml
parent6d11928efe83feb9d011cad43418199afa0df319 (diff)
feat(core): Check in Finito core library
The implementation of this library is closely modeled after the core
abstraction in the Haskell library. This does not at all concern
itself with persistence, interpretation of effects and so on.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000000..bb5cb6b670
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,4 @@
+[workspace]
+members = [
+  "finito-core"
+]