diff options
| author | murilo ijanc | 2026-03-24 23:52:32 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-24 23:52:32 -0300 |
| commit | c4076f54c9e66afb73081fd33b4176ba4407a8a5 (patch) | |
| tree | c8458c880bb83589aade844d8513a7a011a0eca2 /Cargo.toml | |
| parent | a156b6d104d846cc6d438a6d1368485e7eafd7e0 (diff) | |
| download | tesseras-dht-main.tar.gz | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,8 +9,7 @@ homepage = "https://tesseras.net" keywords = ["dht", "kademlia", "p2p", "nat", "distributed"] license = "ISC" readme = "README.md" -repository = "https://git.sr.ht/~ijanc/tesseras-dht" -rust-version = "1.93.0" +repository = "https://git.tesseras.net/tesseras-dht/" [dependencies] ed25519-dalek = "=2.2.0" |