15 lines
248 B
TOML
Raw Permalink Normal View History

2020-05-30 01:55:39 +03:00
[package]
2020-08-08 13:38:41 +03:00
name = "ipfs-pure"
2020-05-30 01:55:39 +03:00
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 15:03:00 +03:00
publish = false
2020-05-30 01:55:39 +03:00
2020-06-11 19:11:34 +03:00
[[bin]]
2020-08-08 13:38:41 +03:00
name = "ipfs_pure"
2020-06-11 19:11:34 +03:00
path = "src/main.rs"
2020-07-11 23:04:55 +03:00
[dependencies]
2021-10-05 18:20:41 +03:00
marine-rs-sdk ={ version = "0.6.13", features = ["logger"] }
2021-02-28 19:31:53 +03:00
log = "0.4.14"