[package]
edition = "2024"
rust-version = "1.88"
name = "sedctl_api"
version = "0.0.1"
authors = ["dotorix <dev@dtx.simplelogin.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[WORK IN PROGRESS | NOT USABLE YET] The api library for the sedctl project"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sedctl/sedctl"
[lib]
name = "sedctl_api"
path = "src/lib.rs"
[dependencies.sedctl_tcg_storage]
version = "0.0.1"