secrets/Cargo.toml
Samuel Shuert f86634ca37 feat: Initialize cargo project and direnv
This is the first commit for the Aux Secrets project

Change-Id: Ifad1e4638aa8e30d5a1f4a9acdf0cf21350ecdde
2024-08-31 16:16:22 -04:00

13 lines
217 B
TOML

[package]
name = "aux-secrets"
version = "0.1.0"
edition = "2021"
[dependencies]
arc-swap = "1.7.1"
dbs-snapshot = "1.5.1"
fuse-backend-rs = "0.12.0"
libc = "0.2.158"
versionize = "0.2.0"
versionize_derive = "0.1.6"