mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 18:54:19 +00:00
21 lines
474 B
TOML
21 lines
474 B
TOML
[package]
|
|
name = "tribufu-actix"
|
|
version = "0.0.4"
|
|
description = "Tribufu Actix Extension"
|
|
repository = "https://github.com/Tribufu/TribufuRust"
|
|
authors = ["Tribufu <contact@tribufu.com>"]
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
edition = "2021"
|
|
publish = true
|
|
|
|
[lib]
|
|
name = "tribufu_actix"
|
|
crate-type = ["rlib"]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4", features = ["rustls"] }
|
|
mintaka-error = { version = "0.0.1" }
|
|
tribufu-api = { path = "../api" }
|