X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi_common%2FCargo.toml;h=d74acd1363a43b8dcf7573f8c4d2ca191220f42f;hb=3471f3533cb724b2cf6953d563aadfcc9f66c1d2;hp=8a23a4cb2475425b59c54ad26e2b53b8c8ea658a;hpb=2de994797e4fe8f569c903de35da55ccdf823fb8;p=lemmy.git diff --git a/crates/api_common/Cargo.toml b/crates/api_common/Cargo.toml index 8a23a4cb..d74acd13 100644 --- a/crates/api_common/Cargo.toml +++ b/crates/api_common/Cargo.toml @@ -34,6 +34,7 @@ full = [ "actix-web", "futures", "once_cell", + "ammonia", ] [dependencies] @@ -66,3 +67,4 @@ once_cell = { workspace = true, optional = true } actix-web = { workspace = true, optional = true } # necessary for wasmt compilation getrandom = { version = "0.2.10", features = ["js"] } +ammonia = { version = "3.3.0", optional = true }