mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
12 lines
193 B
TOML
12 lines
193 B
TOML
[package]
|
|
name = "roc-std"
|
|
version = "0.1.0"
|
|
authors = ["Richard Feldman <oss@rtfeldman.com>"]
|
|
|
|
[dependencies]
|
|
im-rc = "13.0.0"
|
|
fxhash = "0.2.1"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "0.5.1"
|