-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
28 lines (22 loc) · 883 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "git-remote-tor"
version = "0.1.4"
authors = ["Agent of User <[email protected]>"]
edition = "2018"
documentation = "https://agentofuser.com/git-remote-tor/"
homepage = "https://agentofuser.com/git-remote-tor/"
repository = "https://github.com/agentofuser/git-remote-tor"
readme = "README.md"
description = "Seamless .onion and tor-ified git remotes"
keywords = ["cli", "git", "tor", "onion", "peer-to-peer"]
categories = ["command-line-utilities", "cryptography", "network-programming", "development-tools"]
license = "MIT OR Apache-2.0"
[badges]
maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indoc = "0.3.4"
[package.metadata.release]
pre-release-replacements = [
{file="README.md", search="version-.+?-", replace="version-{{version}}-"}
]