warn people not to use this :)

This commit is contained in:
Niko Matsakis 2018-09-29 06:05:04 -04:00
parent 8921a1bcde
commit 9b1bcb1677
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/target /target
**/*.rs.bk **/*.rs.bk
Cargo.lock Cargo.lock
TAGS

View file

@ -1,11 +1,11 @@
[package] [package]
name = "salsa" name = "salsa"
version = "0.1.0" version = "0.1.1"
authors = ["Niko Matsakis <niko@alum.mit.edu>"] authors = ["Niko Matsakis <niko@alum.mit.edu>"]
edition = "2018" edition = "2018"
license = "Apache-2.0/MIT" license = "Apache-2.0/MIT"
repository = "https://github.com/nikomatsakis/salsa" repository = "https://github.com/nikomatsakis/salsa"
description = "A generic framework for on-demand, incrementalized computation" description = "A generic framework for on-demand, incrementalized computation (not ready for public use)"
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]