2023-02-13 05:55:14 -06:00
|
|
|
[package]
|
|
|
|
name = "intern"
|
|
|
|
version = "0.0.0"
|
|
|
|
description = "TBD"
|
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
|
2023-12-11 03:16:01 -06:00
|
|
|
dashmap.workspace = true
|
2023-07-17 08:49:15 -05:00
|
|
|
hashbrown.workspace = true
|
2024-01-03 03:35:07 -06:00
|
|
|
rustc-hash.workspace = true
|
2023-06-05 04:04:23 -05:00
|
|
|
triomphe.workspace = true
|
2024-01-03 03:35:07 -06:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|