mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
12 lines
209 B
TOML
12 lines
209 B
TOML
[package]
|
|
name = "marine-utils"
|
|
description = "Fluence Marine utils crate"
|
|
version = "0.2.0"
|
|
authors = ["Fluence Labs"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "marine_utils"
|
|
path = "src/lib.rs"
|