moved postman into separate crate

This commit is contained in:
jude
2022-02-06 15:47:59 +00:00
parent d62c8c95c2
commit a3844dde9e
11 changed files with 136 additions and 47 deletions

View File

@ -28,6 +28,9 @@ base64 = "0.13.0"
[dependencies.regex_command_attr]
path = "command_attributes"
[dependencies.postman]
path = "postman"
[dependencies.serenity]
git = "https://github.com/serenity-rs/serenity"
branch = "next"