2026-04-17 00:01:50 -04:00
|
|
|
[package]
|
|
|
|
|
name = "notnet"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
license.workspace = true
|
|
|
|
|
description = "Tailscale network presence management for notstrap"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
|
rpassword = { workspace = true }
|
|
|
|
|
serde = { workspace = true }
|
2026-07-11 22:10:48 -04:00
|
|
|
thiserror = { workspace = true }
|
2026-04-17 00:01:50 -04:00
|
|
|
yubikey = { version = "0.8", optional = true }
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
default = []
|
|
|
|
|
yubikey = ["dep:yubikey"]
|