Skip to content

Commit

Permalink
chatroom: creating a chatroom
Browse files Browse the repository at this point in the history
  • Loading branch information
od41 committed Mar 8, 2024
1 parent b26b0ec commit db01759
Show file tree
Hide file tree
Showing 12 changed files with 337 additions and 305 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@
"statusBarItem.hoverBackground": "#ac8bff",
"statusBarItem.remoteBackground": "#8758ff",
"statusBarItem.remoteForeground": "#e7e7e7"
}
},
"rust-analyzer.linkedProjects": [
"./contracts/Cargo.toml",
"./contracts/Cargo.toml",
"./contracts/Cargo.toml"
]
}
2 changes: 1 addition & 1 deletion contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[workspace]

resolver = "1"
members = ["src/greeter", "src/chatroom"]
members = ["src/greeter", "src/chatroom", "src/chatroom_factory"]
2 changes: 1 addition & 1 deletion contracts/deployments/chatroom/chatroom.contract

Large diffs are not rendered by default.

Loading

0 comments on commit db01759

Please sign in to comment.