A minimal pastebin made for liminal.cafe
Make a config.toml file in the root directory and fill it with the following:
[env]
lbin_host="localhost"
lbin_url ="https://root_url_for_hosted_files.com"
lbin_port="8000"
lbin_auth="auth_code_here"After you have your config file, you can then compile it.
cargo build --release --config config.toml
Use lbin-cli to easily upload files, or use byakuren's lbin-cli