Skip to content

Commit c3d904c

Browse files
authored
chore: Merge pull request #6 from namecare/develop
chore: Release v0.3.0
2 parents 9a4c0b0 + d231712 commit c3d904c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ edition = "2021"
1515

1616
# Cryptography
1717
openssl = { version = "0.10.55", features = ["vendored"]}
18+
jsonwebtoken = "8.3.0"
1819

1920
# Serialization
2021
serde = { version = "1.0.176", features = ["derive"] }
@@ -29,4 +30,4 @@ thiserror = "1.0.44"
2930

3031
[dev-dependencies]
3132
dotenv = "0.15.0"
32-
jsonwebtoken = "8.3.0"
33+

0 commit comments

Comments
 (0)