mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
14 lines
227 B
TOML
14 lines
227 B
TOML
[package]
|
|
name = "ipfs-pure"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
name = "ipfs_pure"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
fluence = { version = "=0.2.13", features = ["logger"]}
|
|
log = "0.4.11"
|