mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-01 07:23:10 +00:00
18 lines
347 B
TOML
18 lines
347 B
TOML
[package]
|
|
name = "indexer_service_ffi"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
indexer_ffi.workspace = true
|
|
|
|
log.workspace = true
|
|
clap.workspace = true
|
|
anyhow.workspace = true
|
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal"] }
|
|
env_logger.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|