mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
045f9336ba
* update it-memory-traits version * update Cargo.lock
23 lines
489 B
TOML
23 lines
489 B
TOML
[package]
|
|
name = "it-lilo"
|
|
version = "0.7.0"
|
|
authors = ["Fluence Labs"]
|
|
description = "Defines some helper utils for lifting/lowering IT"
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
name = "it_lilo"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
fluence-it-types = { path = "../it-types", version = "0.4.1" }
|
|
it-memory-traits = { path = "../it-memory-traits", version = "0.5.0" }
|
|
|
|
anyhow = "1.0.75"
|
|
paste = "1.0.11"
|
|
thiserror = "1.0.38"
|
|
log = "0.4.17"
|
|
async-recursion = "1.0.5"
|
|
futures = "0.3.29"
|