Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit 721ad28

Browse files
Joonas Koivunendvc94ch
Joonas Koivunen
authored andcommitted
chore add license for all crates
1 parent 344fce1 commit 721ad28

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

client/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "ipld-daemon-client"
33
version = "0.1.0"
44
authors = ["David Craven <[email protected]>"]
55
edition = "2018"
6+
license = "MIT OR Apache-2.0"
67

78
[dependencies]
89
async-filelock = { git = "https://github.com/dvc94ch/async-filelock" }

common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "ipld-daemon-common"
33
version = "0.1.0"
44
authors = ["David Craven <[email protected]>"]
55
edition = "2018"
6+
license = "MIT OR Apache-2.0"
67

78
[dependencies]
89
async-std = "0.99"

daemon/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "ipld-daemon"
33
version = "0.1.0"
44
authors = ["David Craven <[email protected]>"]
55
edition = "2018"
6+
license = "MIT OR Apache-2.0"
67

78
[dependencies]
89
async-std = "0.99"

0 commit comments

Comments
 (0)