mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
14 lines
316 B
TOML
14 lines
316 B
TOML
[package]
|
|
name = "lldap_app"
|
|
version = "0.1.0"
|
|
authors = ["Valentin Tolmer <valentin@tolmer.fr>", "Steve Barrau <steve.barrau@gmail.com>", "Thomas Wickham <mackwic@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
yew = "0.17.4"
|
|
wasm-bindgen = "0.2.73"
|
|
lldap_model = { path = "../model" }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|