mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-26 22:03:59 +00:00
11 lines
241 B
TOML
11 lines
241 B
TOML
[package]
|
|
name = "morphic_lib"
|
|
version = "0.1.0"
|
|
authors = ["William Brandon", "Wilson Berkow", "Frank Dai", "Benjamin Driscoll"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.30"
|
|
sha2 = "0.10.2"
|
|
smallvec = "1.7.0"
|
|
typed-arena = "2.0.1"
|