cargo meta

This commit is contained in:
Robin Appelman 2024-02-29 23:19:28 +01:00
commit 0291c877be

View file

@ -3,6 +3,8 @@ name = "secretfile"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
description = "A small library for helping with loading secrets from files including systemd service credentials support" description = "A small library for helping with loading secrets from files including systemd service credentials support"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/secretfile"
[dependencies] [dependencies]
thiserror = "1.0.57" thiserror = "1.0.57"