mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-28 17:42:00 +00:00
12 lines
323 B
TOML
12 lines
323 B
TOML
[package]
|
|
name = "salsa"
|
|
version = "0.1.0"
|
|
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"
|
|
|
|
[dependencies]
|
|
derive-new = "0.5.5"
|
|
rustc-hash = "1.0"
|