mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
* chore: release master * chore: Bump marine-js version to 0.3.4 * update marine-js and lockfile --------- Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
12 lines
209 B
TOML
12 lines
209 B
TOML
[package]
|
|
name = "marine-utils"
|
|
description = "Fluence Marine utils crate"
|
|
version = "0.5.0"
|
|
authors = ["Fluence Labs"]
|
|
license = "Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "marine_utils"
|
|
path = "src/lib.rs"
|