Start authentication flow

This commit is contained in:
Conrad Kramer 2024-05-25 09:06:53 -07:00
parent abf1101484
commit bca07c33b8
15 changed files with 1104 additions and 437 deletions

View file

@ -2,3 +2,8 @@
members = ["burrow", "tun"]
resolver = "2"
exclude = ["burrow-gtk"]
[profile.release]
lto = true
panic = "abort"
opt-level = "z"