
- Add: GitHub API integration for live version checking in taskserv management - Add: HTTP client configuration option (http.use_curl) in config.defaults.toml - Add: Helper function fetch_latest_version with curl/http get support - Fix: Settings path structure for prov_data_dirpath access pattern - Remove: Legacy simulation code for version checking - Update: Core configuration name from "provisioning-system" to "provisioning" - Clean: Remove obsolete example configs and infrastructure files
8 lines
118 B
Modula-2
8 lines
118 B
Modula-2
[package]
|
|
name = "taskservs"
|
|
edition = "v0.11.2"
|
|
version = "0.0.1"
|
|
|
|
[dependencies]
|
|
provisioning = { path = "../kcl" }
|