Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
bindings: moved c to bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
semenov-vladyslav committed Sep 18, 2020
1 parent 78ea663 commit c29a436
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members = [
"iota-streams-app",
"iota-streams-app-channels",
"iota-streams-app-channels-example",
"c"
"bindings/c"
#"iota-streams-app-channels-js",
]

Expand Down
2 changes: 1 addition & 1 deletion c/Cargo.toml → bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
libc = "0.2.2"
iota-streams = { version = "0.2.0", path = "../../streams" }
iota-streams = { version = "0.2.0", path = "../.." }
hex = "0.4.2"
iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "03cf531" }
iota-conversion = { git = "https://github.com/iotaledger/iota.rs", rev = "03cf531" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c29a436

Please sign in to comment.