mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-07-01 14:28:55 -07:00
11 lines
201 B
TOML
11 lines
201 B
TOML
[package]
|
|
name = "stealth-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|