355991adc9
* add session type based on ecash ticket collection * avoid setting session type if already set * change duration type to duration * add a cap for finished sessions
18 lines
488 B
TOML
18 lines
488 B
TOML
# Copyright 2024 - Nym Technologies SA <contact@nymtech.net>
|
|
# 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" }
|