Skip to content

Commit

Permalink
Update cargo metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Nov 15, 2024
1 parent 3100ec7 commit edac595
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "totpm"
description = "A TPM-backed command line TOTP/2FA client, using fprintd for user presence verification."
version = "0.1.2"
edition = "2021"
authors = ["Anton Ekblad <anton@ekblad.cc>"]
readme = "README.md"
repository = "https://github.com/koditoriet/totpm"
license = "MIT"
keywords = ["tpm", "2fa", "otp"]
categories = ["command-line-utilities"]
exclude = ["fedora-builder", "fedora-test", ".*", "totpm.conf", "totpm.spec", "totpm.sysusers", "Makefile"]
edition = "2021"

[features]
default = ["import"]
Expand Down

0 comments on commit edac595

Please sign in to comment.