mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-13 07:05:33 +00:00
15 lines
274 B
TOML
15 lines
274 B
TOML
[package]
|
|
name = "record-pure"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "records_pure"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
fluence = { version = "=0.5.0", features = ["logger"]}
|
|
test-record = { path = "../test-record" }
|