Skip to content

chore(backend): rename openfootmanager_lib crate to olmanager_lib - #65

Merged
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/61-rename-crate
May 1, 2026
Merged

chore(backend): rename openfootmanager_lib crate to olmanager_lib#65
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/61-rename-crate

Conversation

@NicoRuedaA

Copy link
Copy Markdown
Contributor

Summary

  • Renames the Rust backend crate from openfootmanager_lib to olmanager_lib
  • Updates all 3 references: Cargo.toml, main.rs, and lib.rs
  • cargo check passes
  • Zero remaining references to the old name

Why

Part of the football to LoL migration effort. The crate name still references the old openfootmanager identity which is no longer accurate for a League of Legends manager game.

Scope

File Change
src-tauri/Cargo.toml name = "openfootmanager_lib" to name = "olmanager_lib"
src-tauri/src/main.rs openfootmanager_lib::run() to olmanager_lib::run()
src-tauri/src/lib.rs Log level filter updated

Checklist

  • cargo check passes
  • No remaining references to old crate name
  • Pre-existing test failures in lol_sim_v2 are out of scope (14 errors exist on main before this change)

Closes #61

aalonsolopez and others added 4 commits April 30, 2026 19:38
0.1.2
Version missmatch
Rename the backend crate from openfootmanager_lib to olmanager_lib
to align with the project's LoL identity and remove football-specific
naming.

Updates:
- src-tauri/Cargo.toml: crate name
- src-tauri/src/main.rs: run() call
- src-tauri/src/lib.rs: log level filter

Closes #61
@NicoRuedaA

Copy link
Copy Markdown
Contributor Author

Original issue: #61

@aalonsolopez
aalonsolopez changed the base branch from main to develop April 30, 2026 23:24
@aalonsolopez
aalonsolopez merged commit 08bd162 into OpenLeagueManager:develop May 1, 2026
4 checks passed
@NicoRuedaA
NicoRuedaA deleted the feat/61-rename-crate branch May 7, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(backend): rename openfootmanager_lib crate

2 participants