mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 12:58:37 +00:00
Leverage Cargo defaults
This commit is contained in:
parent
1917a2a37b
commit
6b96a1e22f
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ edition = "2018"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/salsa-rs/salsa"
|
||||
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
crossbeam-utils = { version = "0.8", default-features = false }
|
||||
|
|
|
@ -6,7 +6,6 @@ edition = "2018"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/salsa-rs/salsa"
|
||||
description = "Procedural macros for the salsa crate"
|
||||
readme = "README.md"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue