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

Re-indent tor-persist/Cargo.toml.

parent 5c1e7db0
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Persistent state for the Arti Tor implementation"
keywords = [ "tor", "arti" ]
categories = [ "config" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
keywords = ["tor", "arti"]
categories = ["config"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
# Enable testing-only APIs. APIs under this feature are not
......@@ -20,7 +20,7 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
sanitize-filename = "0.3.0"
thiserror = "1"
tor-error = { path="../tor-error", version = "0.2.0"}
tor-error = { path = "../tor-error", version = "0.2.0" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
fslock = { version = "0.2.0" }
......
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