# Copyright 2024 - Nym Technologies SA # SPDX-License-Identifier: Apache-2.0 [package] name = "nym-statistics-common" version = "0.1.0" edition.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = { workspace = true } time = { workspace = true } nym-sphinx = { path = "../nymsphinx" } nym-credentials-interface = { path = "../credentials-interface" }