15 lines
419 B
TOML
15 lines
419 B
TOML
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
|
|
[package]
|
|
name = "xcu-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["TSM.ID <tsm@tsm.id>"]
|
|
description = "[TSM.ID].[11031972] XCU Core Engine - Platform X Foundation"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|