Skip to content

Commit 27ee9d4

Browse files
authored
new features and new build v1.3 (#1)
1 parent 30485b1 commit 27ee9d4

File tree

10 files changed

+959
-35
lines changed

10 files changed

+959
-35
lines changed

Cargo.lock

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smolcase"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2024"
55
description = "Zero-infrastructure secret management for development teams."
66
license = "MIT"
@@ -44,6 +44,7 @@ chrono = { version = "0.4.41", features = ["serde"]}
4444
sha2 = "0.10"
4545
tempfile = "3.20.0"
4646
hostname = "0.4.1"
47+
regex = "1.10"
4748

4849
[features]
4950
default = ["vendored-openssl"]

0 commit comments

Comments
 (0)