summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b132b47aebb1cedf373d296512db9c1310f37edf (plain)
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
[package]
name = "tesseras-url"
version = "0.1.0"
edition = "2024"
license = "ISC"
readme = "README.md"
description = "Decentralized URL shortener built on tesseras-dht"
categories = ["network-programming"]
homepage = "https://tesseras.net"
keywords = ["dht", "kademlia", "p2p", "url-shortener", "distributed"]
repository = "https://got.tesseras.net/?action=summary&path=tesseras-url.git"

[[bin]]
name = "tud"
path = "src/bin/tud.rs"

[[bin]]
name = "tu"
path = "src/bin/tu.rs"

[dependencies]
env_logger = "=0.11.10"
log = "=0.4.29"

# tesseras
tesseras-dht = "=0.1.2"