Skip to content
Snippets Groups Projects
Commit 63e366cc authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Reformat tor-checkable/Cargo.toml

parent 849371c1
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment