We can't find the internet

Attempting to reconnect

Something went wrong!

Hang in there while we get back on track

main flake.nix: okay don't?? lost.
flake.nix: build with musl.
flake.nix: add stream-layered for enbi.
flake.nix: sync.
flake.lock: sync.
README.
flake: include ca certs.
flake: linux my beloved.
flake: furpoll-docker package.
RIIR.
include links to pages.
also notice comments.
README: update.
cookie -> cookieFile.
README: link to canonical source.
gitignore: result*.
NixOS module in flake.
update mail.sh for sendmail
use mail
poll: CSS classes changed
furpoll
  • log in
~talya/furpoll
Polls your FurAffinity for notes and emails you about it. ·
k8s rust
r/o

furpoll / Cargo.toml

1
[package]
2
name = "furpoll"
3
version = "0.1.0"
4
edition = "2024"
5
6
[dependencies]
7
reqwest = { version = "0.12.23", features = ["blocking"] }
8
lettre = { version = "0.11.18", default-features = false, features = ["builder", "smtp-transport"] }
9
10
[profile.release]
11
codegen-units = 1
12
lto = "fat"
13