summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9444bf93e80be270caed2c161fc64f25ce83b6de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "srce"
version = "0.1.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
edition = "2021"
description = "Self-Ref Cell Environments"
license = "MIT OR Apache-2.0"
repository = "https://soniex2.autistic.space/git-repos/srce.git"
categories = ["no-std", "rust-patterns"]
readme = "README.md"

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

[dependencies]
selfref = "0.4"
qcell = {version="0.5.2", default-features=false, features=["generativity"]}
generativity = "1.0.1"

[dev-dependencies]
selfref = {features=["alloc"]}