tvl-depot/finito-core/Cargo.toml
Vincent Ambo da66599696 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.
2018-09-26 16:54:00 +02:00

6 lines
107 B
TOML

[package]
name = "finito"
version = "0.1.0"
authors = ["Vincent Ambo <vincent@aprila.no>"]
[dependencies]