diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-11 00:25:47 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-11 00:25:47 +0100 |
| commit | 4ae73c3e2b9a660106030f84e06540ef1324b33e (patch) | |
| tree | 6f4b31869890a05f27c968f5b40e6137f6c2debb /Cargo.toml | |
| parent | f771b73bcda915ce69db49f40473558ae567223f (diff) | |
| download | kodapa-4ae73c3e2b9a660106030f84e06540ef1324b33e.tar.gz | |
initial slack
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8d7ffc7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "agenda-bot" +version = "0.1.0" +authors = ["Gustav Sörnäs <gustav@sornas.net>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +serenity = "0.9" # discord api +slack_api = "0.23" +tokio = { version = "0.2", features = ["full"] } |
