mirror of
https://github.com/fluencelabs/examples
synced 2025-03-14 15:20:52 +00:00
23 lines
460 B
TOML
23 lines
460 B
TOML
[package]
|
|
name = "ceramic-adapter-custom"
|
|
version = "0.1.0"
|
|
authors = ["boneyard93501 <4523011+boneyard93501@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
description = "ceramic-adapter-custom"
|
|
license = "Apache-2.0"
|
|
|
|
[[bin]]
|
|
name = "ceramic_adapter_custom"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
marine-rs-sdk = { version = "0.7.1", features = ["logger"] }
|
|
log = "0.4.14"
|
|
|
|
[dev-dependencies]
|
|
marine-rs-sdk-test = "0.8.2"
|
|
|
|
[dev]
|
|
[profile.release]
|
|
opt-level = "s"
|