stynx-code-config 3.6.1

Configuration loading and settings management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "stynx-code-config"
version = "3.6.1"
edition = "2024"
description = "Configuration loading and settings management"
license = "MIT"
repository = "https://github.com/maulanasdqn/stynx-code"
readme = "../README.md"

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