Reformat tor-checkable/Cargo.toml

This commit is contained in:
Nick Mathewson 2022-03-29 16:05:56 -04:00
parent 849371c1d3
commit 63e366cc8f
1 changed files with 4 additions and 6 deletions

View File

@ -6,14 +6,12 @@ edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Types to ensure that signed or time-bound data is validated before use"
keywords = [ "tor", "arti", "typestate" ]
categories = [ "cryptography", "rust-patterns" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
keywords = ["tor", "arti", "typestate"]
categories = ["cryptography", "rust-patterns"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0" }
signature = "1"
thiserror = "1"