- netboot-base.nix with SSH key auth - Launch scripts for node01/02/03 - Node configuration.nix and disko.nix - Nix modules for first-boot automation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
13 lines
322 B
TOML
13 lines
322 B
TOML
[package]
|
|
name = "flaredb-sql-crud-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
flaredb-client = { path = "../../../flaredb/crates/flaredb-client" }
|
|
flaredb-sql = { path = "../../../flaredb/crates/flaredb-sql" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
[[bin]]
|
|
name = "crud-example"
|
|
path = "main.rs"
|