feat: ✨ send && receive messages
This commit is contained in:
parent
1491669001
commit
ff5512fe26
9 changed files with 281 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -2,6 +2,8 @@
|
|||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
/certificates
|
||||
/.vscode
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
|
@ -12,3 +14,8 @@ Cargo.lock
|
|||
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue