mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-20 09:39:38 +01:00
21 lines
625 B
TOML
21 lines
625 B
TOML
[package]
|
|
name = "adf-bdd-server"
|
|
version = "0.3.0"
|
|
authors = ["Lukas Gerlach <lukas.gerlach@tu-dresden.de>"]
|
|
edition = "2021"
|
|
homepage = "https://ellmau.github.io/adf-obdd"
|
|
repository = "https://github.com/ellmau/adf-obdd"
|
|
license = "MIT"
|
|
exclude = ["res/", "./flake*", "*.nix", ".envrc", "_config.yml", "tarpaulin-report.*", "*~"]
|
|
description = "Offer Solving ADFs as a service"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
adf_bdd = { version="0.3.1", path="../lib", features = ["frontend"] }
|
|
actix-web = "4"
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
serde = "1"
|
|
|