mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 08:30:51 +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"
|
license = "Apache-2.0 OR MIT"
|
||||||
repository = "https://github.com/salsa-rs/salsa"
|
repository = "https://github.com/salsa-rs/salsa"
|
||||||
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
||||||
readme = "README.md"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam-utils = { version = "0.8", default-features = false }
|
crossbeam-utils = { version = "0.8", default-features = false }
|
||||||
|
|
|
@ -6,7 +6,6 @@ edition = "2018"
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
repository = "https://github.com/salsa-rs/salsa"
|
repository = "https://github.com/salsa-rs/salsa"
|
||||||
description = "Procedural macros for the salsa crate"
|
description = "Procedural macros for the salsa crate"
|
||||||
readme = "README.md"
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
Loading…
Reference in a new issue