mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-26 22:05:58 +00:00
18 lines
No EOL
451 B
TOML
18 lines
No EOL
451 B
TOML
[package]
|
|
name = "salsa"
|
|
version = "0.1.1"
|
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0/MIT"
|
|
repository = "https://github.com/nikomatsakis/salsa"
|
|
description = "A generic framework for on-demand, incrementalized computation (not ready for public use)"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
derive-new = "0.5.5"
|
|
rustc-hash = "1.0"
|
|
parking_lot = "0.6.4"
|
|
indexmap = "1.0.1"
|
|
|
|
[dev-dependencies]
|
|
text-diff = "0.4.0" |