Update cargo toml

This commit is contained in:
Aode (lion) 2021-11-29 16:04:39 -06:00
parent 4d3c01c6b4
commit 6f5e4ca50e

View file

@ -13,7 +13,7 @@ with-background-jobs = ["apub-background-jobs"]
with-openssl = ["apub-openssl"] with-openssl = ["apub-openssl"]
with-reqwest = ["apub-reqwest"] with-reqwest = ["apub-reqwest"]
with-rustcrypto = ["apub-rustcrypto"] with-rustcrypto = ["apub-rustcrypto"]
utils = ["apub-breaker-session", "apub-deref-client", "apub-publickey", "apub-simple-activitypub"] utils = ["apub-breaker-session", "apub-publickey", "apub-simple-activitypub"]
[dependencies] [dependencies]
apub-actix-web = { version = "0.1.0", path = "./apub-actix-web/", optional = true } apub-actix-web = { version = "0.1.0", path = "./apub-actix-web/", optional = true }
@ -21,8 +21,8 @@ apub-awc = { version = "0.1.0", path = "./apub-awc/", optional = true }
apub-background-jobs = { version = "0.1.0", path = "./apub-background-jobs/", optional = true } apub-background-jobs = { version = "0.1.0", path = "./apub-background-jobs/", optional = true }
apub-breaker-session = { version = "0.1.0", path = "./apub-breaker-session/", optional = true } apub-breaker-session = { version = "0.1.0", path = "./apub-breaker-session/", optional = true }
apub-core = { version = "0.1.0", path = "./apub-core/" } apub-core = { version = "0.1.0", path = "./apub-core/" }
apub-deref-client = { version = "0.1.0", path = "./apub-deref-client/", optional = true }
apub-openssl = { version = "0.1.0", path = "./apub-openssl/", optional = true } apub-openssl = { version = "0.1.0", path = "./apub-openssl/", optional = true }
apub-privatekey = { version = "0.1.0", path = "./apub-privatekey/" }
apub-publickey = { version = "0.1.0", path = "./apub-publickey/", optional = true } apub-publickey = { version = "0.1.0", path = "./apub-publickey/", optional = true }
apub-reqwest = { version = "0.1.0", path = "./apub-reqwest/", optional = true } apub-reqwest = { version = "0.1.0", path = "./apub-reqwest/", optional = true }
apub-rustcrypto = { version = "0.1.0", path = "./apub-rustcrypto/", optional = true } apub-rustcrypto = { version = "0.1.0", path = "./apub-rustcrypto/", optional = true }
@ -45,8 +45,8 @@ members = [
"apub-background-jobs", "apub-background-jobs",
"apub-breaker-session", "apub-breaker-session",
"apub-core", "apub-core",
"apub-deref-client",
"apub-openssl", "apub-openssl",
"apub-privatekey",
"apub-publickey", "apub-publickey",
"apub-reqwest", "apub-reqwest",
"apub-rustcrypto", "apub-rustcrypto",