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
**/*.rs.bk
Cargo.lock
TAGS

View file

@ -1,11 +1,11 @@
[package]
name = "salsa"
version = "0.1.0"
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"
description = "A generic framework for on-demand, incrementalized computation (not ready for public use)"
readme = "README.md"
[dependencies]