diff options
author | Vincent Ambo <mail@tazj.in> | 2018-09-26T09·34+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-09-26T14·54+0200 |
commit | da66599696dce1378e6fcef6a5149ba60e5006a2 (patch) | |
tree | 428c0004187ad7e1f8e4c306971ce6ba7171cc33 /Cargo.toml | |
parent | 6d11928efe83feb9d011cad43418199afa0df319 (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.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 000000000000..bb5cb6b67094 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[workspace] +members = [ + "finito-core" +] |