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

Commit 598ee39

Browse files
bors[bot]Joonas Koivunen
andauthored
Merge #398
398: chore: add missing Cargo.toml metadata r=aphelionz a=koivunej whoops. This PR adds the necessary metadata bitswap/Cargo.toml, so that I can publish it. Co-authored-by: Joonas Koivunen <joonas@equilibrium.co>
2 parents e358030 + 413c574 commit 598ee39

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)