2026-03-31 17:17:35 -04:00
|
|
|
[package]
|
|
|
|
|
name = "notcore"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2026-03-31 22:00:10 -04:00
|
|
|
license.workspace = true
|
2026-03-31 17:17:35 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
serde = { workspace = true }
|
|
|
|
|
toml = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
dirs = { workspace = true }
|
|
|
|
|
anyhow = { workspace = true }
|