File: 0002-Name-binary-ipfs_cid.patch

package info (click to toggle)
rust-cid-npm 0.0~git20200813.59cf068-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: javascript: 69; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Thu, 21 Jul 2022 18:29:17 +0200
Subject: Name binary ipfs_cid

---
 Cargo.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index eaa0956..ee388f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,10 @@ edition = "2018"
 [badges]
 gitlab = { repository = "https://gitlab.com/NukeManDan/rust_cid_npm", branch = "master" }
 
+[[bin]]
+name = "ipfs_cid"
+path = "src/bin/main.rs"
+
 [lib]
 crate-type = ["cdylib", "rlib"]