Skip to content

Commit

Permalink
Fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed May 23, 2024
1 parent dda44fd commit 1a47f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atrium-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tokio = { workspace = true, optional = true }
default = ["agent", "bluesky"]
agent = ["tokio/sync"]
bluesky = ["namespace-appbsky", "namespace-chatbsky"]
ozone = ["namespace-toolsozone", "namespace-chatbsky"]
ozone = ["namespace-appbsky", "namespace-chatbsky", "namespace-toolsozone"]
namespace-appbsky = []
namespace-chatbsky = []
namespace-toolsozone = []
Expand Down

0 comments on commit 1a47f23

Please sign in to comment.