rename
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2020-04-03 01:41:35 +02:00
parent f3a3b600d6
commit ed84b4dfcd
2 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "fido2_pam"
version = "0.1.0"
name = "pam_fido2"
version = "0.2.2"
authors = ["shimun <shimun@shimun.net>"]
edition = "2018"
@@ -12,7 +12,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]
[[bin]]
name = "fido2-pam-credential"
name = "pam_fido2-credential"
path = "src/main.rs"