mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-15 04:10:14 +03:00
12 lines
339 B
TOML
12 lines
339 B
TOML
[package]
|
|
name = "roc_collections"
|
|
version = "0.1.0"
|
|
authors = ["Richard Feldman <oss@rtfeldman.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
im = "14" # im and im-rc should always have the same version!
|
|
im-rc = "14" # im and im-rc should always have the same version!
|
|
wyhash = "0.3"
|
|
bumpalo = { version = "3.2", features = ["collections"] }
|