Skip to content

Instantly share code, notes, and snippets.

View freopen's full-sized avatar

Aleksei Zolotov freopen

View GitHub Profile
{"ignition":{"version":"3.5.0"},"passwd":{"users":[{"name":"core","sshAuthorizedKeys":["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG2FILUcJIZGpr/Gf9uD2QrKrcTn2t3up9JYYIl5fluM freopen@fd0"]}]}}
@freopen
freopen / Cargo.toml
Created March 12, 2022 14:59
Bonsaidb crash (cargo run -> ctrl-c -> RUST_BACKTRACE=1 cargo run)
[package]
name = "bonsai-crash"
version = "0.1.0"
edition = "2021"
[dependencies]
bonsaidb = {version = "0.3.0", features = ["server"]}
serde = "1.0.136"
tokio = {version = "1.17.0", features = ["full"]}