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

Commit

Permalink
Merge #398
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and Joonas Koivunen committed Sep 23, 2020
2 parents e358030 + 413c574 commit 598ee39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bitswap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
authors = ["Rust-IPFS contributors"]
description = "Bitswap protocol implementation used in ipfs"
edition = "2018"
name = "ipfs-bitswap"
version = "0.1.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rs-ipfs/rust-ipfs"

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

0 comments on commit 598ee39

Please sign in to comment.