mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 12:58:37 +00:00
warn people not to use this :)
This commit is contained in:
parent
8921a1bcde
commit
9b1bcb1677
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
TAGS
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue