1 2 3 4 5 6 7 8 9
//! Forge interactions: talking to GitHub / Gitea / Forgejo, choosing between //! semver tags and channel branches, normalizing versions, and applying //! pin/unpin updates to `flake.nix`. pub mod api; pub(crate) mod cache; pub mod channel; pub mod update; pub mod version;