mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
24 lines
413 B
TOML
24 lines
413 B
TOML
|
[package]
|
||
|
name = "migration-tool"
|
||
|
version = "0.3.0-alpha.1"
|
||
|
edition = "2021"
|
||
|
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "*"
|
||
|
graphql_client = "0.10"
|
||
|
ldap3 = "*"
|
||
|
rand = "0.8"
|
||
|
requestty = "*"
|
||
|
serde = "1"
|
||
|
serde_json = "1"
|
||
|
smallvec = "*"
|
||
|
|
||
|
[dependencies.lldap_auth]
|
||
|
path = "../auth"
|
||
|
features = [ "opaque_client" ]
|
||
|
|
||
|
[dependencies.reqwest]
|
||
|
version = "*"
|
||
|
features = [ "json", "blocking" ]
|