aboutsummaryrefslogtreecommitdiff
path: root/src/crates/library/Cargo.toml
blob: b8216a6c25950d31bda7e02baccad35cd60ac8bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "primrose-library"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
im = "10.2.0"
proptest = "1.0.0"

[dependencies]
take_mut = "0.2.2"