skel
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "fido2-luks"
|
||||
version = "0.1.0"
|
||||
authors = ["shimunn <shimun@shimun.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ctap = { git = "https://git.shimun.net/shimun/ctap.git", branch = "hmac_ext" }
|
||||
cryptsetup-rs = "0.2.0"
|
||||
hex = "0.3.2"
|
||||
rust-crypto = "0.2.36"
|
||||
failure = "0.1.5"
|
||||
serde_derive = "1.0.100"
|
||||
serde = "1.0.100"
|
||||
serde_json = "1.0.40"
|
||||
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 'z'
|
Reference in New Issue
Block a user