From 11dec4a929a287c374cffb616187c34c2e0ebd6f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 29 Nov 2024 13:50:34 +0000 Subject: [PATCH] cargo init --- .gitignore | 1 + .idea/.gitignore | 8 ++++++++ .idea/aws.xml | 11 +++++++++++ .idea/modules.xml | 8 ++++++++ .idea/trello-to-deck.iml | 12 ++++++++++++ .idea/vcs.xml | 6 ++++++ Cargo.lock | 7 +++++++ Cargo.toml | 6 ++++++ src/main.rs | 3 +++ trello-to-deck.toml | 11 +++++++++++ 10 files changed, 73 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 .idea/aws.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/trello-to-deck.iml create mode 100644 .idea/vcs.xml create mode 100644 Cargo.lock create mode 100644 Cargo.toml create mode 100644 src/main.rs create mode 100644 trello-to-deck.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/aws.xml b/.idea/aws.xml new file mode 100644 index 0000000..b63b642 --- /dev/null +++ b/.idea/aws.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9a9a790 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/trello-to-deck.iml b/.idea/trello-to-deck.iml new file mode 100644 index 0000000..7c12fe5 --- /dev/null +++ b/.idea/trello-to-deck.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..975a062 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "trello-to-deck" +version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c25d361 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "trello-to-deck" +version = "0.1.0" +edition = "2021" + +[dependencies] diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/trello-to-deck.toml b/trello-to-deck.toml new file mode 100644 index 0000000..8fb90b5 --- /dev/null +++ b/trello-to-deck.toml @@ -0,0 +1,11 @@ +[trello] +api_key = "cf5eed5b44599b0c2dfdade0b42bca2a" +api_secret = "ATTA8b3cb41c0e8ae0ad611dc5608550e19a62ad3bfc4378a0b7b0dfd213d6e2cc73A1155957" +user = "kemitix" +board_name = "Tasyn Kanban" + +[nextcloud] +username = "pcampbell" +password = "9Nqck-BMtt7-A9fHi-K4z5b-yd2HA" +hostname = "cloud.kemitix.net" +board_id = 1