blob: 72771532f8ff5de40902e1f5580eda085ef35db3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "shared_constants"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
shared_macros.workspace = true
tokio.workspace = true
|