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

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Benzbeeb committed Mar 8, 2021
1 parent bd5dfef commit 5ddebe7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion obi/obi-rs/obi-derive-internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
[package]
name = "obi-derive-internal"
version = "0.0.2"
authors = ["Band Protocol <[email protected]>"]
edition = "2018"
description = "OBI derive internal macros"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion obi/obi-rs/obi-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name = "obi-derive"
version = "0.0.2"
authors = ["Band Protocol <[email protected]>"]
edition = "2018"
description = "OBI derive macros"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
obi-derive-internal = { path = "../obi-derive-internal"}
obi-derive-internal = { path = "../obi-derive-internal",version = "0.0.2"}
syn = {version = "1.0.62", features = ["full", "fold"] }
quote = "0.3.15"
4 changes: 3 additions & 1 deletion obi/obi-rs/obi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name = "obi"
version = "0.0.2"
authors = ["Band Protocol <[email protected]>"]
edition = "2018"
description = "OBI"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
obi-derive = { path = "../obi-derive" }
obi-derive = { path = "../obi-derive" ,version = "0.0.2"}

[features]
default = ["std"]
Expand Down

0 comments on commit 5ddebe7

Please sign in to comment.