Skip to content

Commit

Permalink
feat: adding new xmtp_content_types crate
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Dec 10, 2024
1 parent 481fad7 commit c306959
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ members = [
"bindings_ffi",
"xtask",
"xmtp_debug",
"xmtp_content_types",
]

# Make the feature resolver explicit.
Expand Down Expand Up @@ -102,6 +103,7 @@ xmtp_cryptography = { path = "xmtp_cryptography" }
xmtp_id = { path = "xmtp_id" }
xmtp_mls = { path = "xmtp_mls" }
xmtp_proto = { path = "xmtp_proto" }
xmtp_content_types = { path = "xmtp_content_types" }

[profile.dev]
# Disabling debug info speeds up builds a bunch,
Expand Down
7 changes: 7 additions & 0 deletions xmtp_content_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "xmtp_content_types"
edition = "2021"
license.workspace = true
version.workspace = true

[dependencies]
1 change: 1 addition & 0 deletions xmtp_content_types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO: move content types here

0 comments on commit c306959

Please sign in to comment.