Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 413c574

Browse files
author
Joonas Koivunen
committed
chore: add missing Cargo.toml metadata
whoops.
1 parent e358030 commit 413c574

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bitswap/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
authors = ["Rust-IPFS contributors"]
3+
description = "Bitswap protocol implementation used in ipfs"
34
edition = "2018"
45
name = "ipfs-bitswap"
56
version = "0.1.0"
7+
license = "MIT OR Apache-2.0"
8+
repository = "https://github.com/rs-ipfs/rust-ipfs"
69

710
[build-dependencies]
811
prost-build = { default-features = false, version = "0.6" }

0 commit comments

Comments
 (0)