[console_scripts]
totchef = totchef.cli:main

[totchef.cooks]
apt_pkg = totchef.cooks.apt_pkg_root_cook:AptPkgCook
apt_repo = totchef.cooks.apt_repo_root_cook:AptRepoCook
bash = totchef.cooks.bash_cook:BashCook
bun = totchef.cooks.bun_cook:BunCook
cargo = totchef.cooks.cargo_cook:CargoCook
chromium_flags = totchef.cooks.chromium_flags_cook:ChromiumFlagsCook
conf = totchef.cooks.conf_cook:ConfCook
desktop = totchef.cooks.desktop_cook:DesktopCook
file = totchef.cooks.file_cook:FileCook
local_bin = totchef.cooks.local_bin_cook:LocalBinCook
settings = totchef.cooks.settings_cook:SettingsCook
skills = totchef.cooks.skills_cook:SkillsCook
snap = totchef.cooks.snap_root_cook:SnapCook
url = totchef.cooks.url_cook:UrlCook
usr_local_bin = totchef.cooks.usr_local_bin_root_cook:UsrLocalBinCook
usr_local_sbin = totchef.cooks.usr_local_sbin_root_cook:UsrLocalSbinCook
uv = totchef.cooks.uv_cook:UvCook

