rem-interface 0.1.0

Interface and Metrics for REM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rem-interface"
version = "0.1.0"

edition.workspace = true
license.workspace = true
authors.workspace = true

repository = "https://github.com/RuleBrittonica/3712_Rust_Research_Project.git"
description = "Interface and Metrics for REM"

[dependencies]
serde      = { workspace = true }
serde_json = { workspace = true }
thiserror  = { workspace = true }
once_cell  = { workspace = true }