How to write a program as a Julia package?

Yeah, I messed that up as mkitti pointed out. Right now, I just have the input as constants at the top of the main file, but I want to transition to a TOML file that I would package with my code and have users edit. I am also keeping an eye on Best way to specify a filename inside a function - New to Julia - JuliaLang for other user input options.