aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update Rust dependencies to latest patch versions魏曹先生40 hours1-14/+15
|
* feat(mingling_pathf): add module path resolution and error handling魏曹先生42 hours1-0/+3
| | | | | | | Introduce the core pathfinding infrastructure with `ModulePathMapping`, `MappingItem`, and `MinglingPathfinderError` types. Support recursive module traversal, `pub use` re-export hoisting, and standard Rust module resolution rules.
* feat(workspace): add mingling_pathf crate and pathf feature魏曹先生43 hours1-0/+5
|
* Refactor CLI entry points and move main logic to library魏曹先生2026-06-071-2/+2
|
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-071-0/+242
|
* Bump version to 0.2.0魏曹先生2026-05-311-4/+4
|
* Switch mingling dependencies to local path references魏曹先生2026-05-311-31/+2
|
* Update CHANGELOG and switch to published crate versions0.1.9魏曹先生2026-05-291-2/+31
|
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生2026-05-211-2/+0
|
* Bump version to 0.1.9魏曹先生2026-05-181-37/+6
|
* Switch mingling_core and mingling_macros to use published crate versions0.1.8Weicao-CatilGrass2026-05-181-2/+33
|
* Remove unused `dirs` dependency from mingling_core魏曹先生2026-05-161-1/+0
|
* Remove thiserror dependency and implement error types manually魏曹先生2026-05-151-1/+0
|
* Add workspace Cargo.toml and centralize crate metadata魏曹先生2026-05-151-0/+744
|
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-281-675/+0
|
* Add async example demonstrating tokio integration魏曹先生2026-04-251-1/+5
|
* Remove redundant generic parameter from Program struct魏曹先生2026-04-251-0/+4
|
* Add workspace configuration and update dependencies魏曹先生2026-04-221-0/+667
|
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-111-716/+0
|
* Apply clippy suggestions and remove unused serde dependency魏曹先生2026-04-111-3/+0
|
* Add example-completion and update workspace dependencies魏曹先生2026-04-111-0/+9
|
* Add debug logging feature with env_logger integration魏曹先生2026-04-111-0/+182
|
* Add shell completion script generation feature魏曹先生2026-04-111-0/+10
|
* Switch from published mingling crate to local workspace dependency魏曹先生2026-04-091-48/+7
|
* Implement mingling::this function魏曹先生2026-04-081-0/+1
|
* Bump version to 0.1.5 and use local dependencies魏曹先生2026-04-071-15/+15
|
* Add workspace configuration and examples魏曹先生2026-04-061-0/+558