diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..6c6f01e --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,16 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "json" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" + +[[package]] +name = "trello-to-markdown" +version = "0.1.0" +dependencies = [ + "json", +] diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..5f2d3b4 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "trello-to-markdown" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +json = "0.12.4" diff --git a/main.rs b/main.rs deleted file mode 100644 index 96ffd00..0000000 --- a/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main(){ - println!("Hello World!"); -} diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..e2e9140 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,8 @@ +use std::fs; + +fn main(){ + let data = fs::read_to_string("boards/coding.json").expect("unable to read file"); + let parsed = json::parse(&data.to_string()).unwrap(); + + println!("{}", parsed["id"]); +} diff --git a/target/.rustc_info.json b/target/.rustc_info.json new file mode 100644 index 0000000..cd2b7c4 --- /dev/null +++ b/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":4061912311098465116,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/matthuntington/.rustup/toolchains/stable-aarch64-apple-darwin\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"aarch64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"aes\"\ntarget_feature=\"crc\"\ntarget_feature=\"dit\"\ntarget_feature=\"dotprod\"\ntarget_feature=\"dpb\"\ntarget_feature=\"dpb2\"\ntarget_feature=\"fcma\"\ntarget_feature=\"fhm\"\ntarget_feature=\"flagm\"\ntarget_feature=\"fp16\"\ntarget_feature=\"frintts\"\ntarget_feature=\"jsconv\"\ntarget_feature=\"lor\"\ntarget_feature=\"lse\"\ntarget_feature=\"neon\"\ntarget_feature=\"paca\"\ntarget_feature=\"pacg\"\ntarget_feature=\"pan\"\ntarget_feature=\"pmuv3\"\ntarget_feature=\"ras\"\ntarget_feature=\"rcpc\"\ntarget_feature=\"rcpc2\"\ntarget_feature=\"rdm\"\ntarget_feature=\"sb\"\ntarget_feature=\"sha2\"\ntarget_feature=\"sha3\"\ntarget_feature=\"ssbs\"\ntarget_feature=\"vh\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"apple\"\nunix\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.68.2 (9eb3afe9e 2023-03-27)\nbinary: rustc\ncommit-hash: 9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0\ncommit-date: 2023-03-27\nhost: aarch64-apple-darwin\nrelease: 1.68.2\nLLVM version: 15.0.6\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/target/CACHEDIR.TAG b/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/target/debug/.cargo-lock b/target/debug/.cargo-lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/.fingerprint/json-c8b920a2a7c68887/dep-lib-json b/target/debug/.fingerprint/json-c8b920a2a7c68887/dep-lib-json new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/json-c8b920a2a7c68887/dep-lib-json differ diff --git a/target/debug/.fingerprint/json-c8b920a2a7c68887/invoked.timestamp b/target/debug/.fingerprint/json-c8b920a2a7c68887/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/json-c8b920a2a7c68887/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/json-c8b920a2a7c68887/lib-json b/target/debug/.fingerprint/json-c8b920a2a7c68887/lib-json new file mode 100644 index 0000000..eac15e2 --- /dev/null +++ b/target/debug/.fingerprint/json-c8b920a2a7c68887/lib-json @@ -0,0 +1 @@ +72e2d427fe2b7195 \ No newline at end of file diff --git a/target/debug/.fingerprint/json-c8b920a2a7c68887/lib-json.json b/target/debug/.fingerprint/json-c8b920a2a7c68887/lib-json.json new file mode 100644 index 0000000..734f73b --- /dev/null +++ b/target/debug/.fingerprint/json-c8b920a2a7c68887/lib-json.json @@ -0,0 +1 @@ +{"rustc":5075174800980901198,"features":"[]","target":6017992490481343375,"profile":8344124108420085910,"path":14397890706175317328,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/json-c8b920a2a7c68887/dep-lib-json"}}],"rustflags":[],"metadata":6678033801590456021,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/bin-trello-to-markdown b/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/bin-trello-to-markdown new file mode 100644 index 0000000..e37a69c --- /dev/null +++ b/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/bin-trello-to-markdown @@ -0,0 +1 @@ +ef0c05bd5dc0967f \ No newline at end of file diff --git a/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/bin-trello-to-markdown.json b/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/bin-trello-to-markdown.json new file mode 100644 index 0000000..76020d7 --- /dev/null +++ b/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/bin-trello-to-markdown.json @@ -0,0 +1 @@ +{"rustc":5075174800980901198,"features":"[]","target":13336727341023039991,"profile":11736316127369858332,"path":1684066648322511884,"deps":[[15022001623851364653,"json",false,10768436554609517170]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/dep-bin-trello-to-markdown"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/dep-bin-trello-to-markdown b/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/dep-bin-trello-to-markdown new file mode 100644 index 0000000..5fdf103 Binary files /dev/null and b/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/dep-bin-trello-to-markdown differ diff --git a/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/invoked.timestamp b/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/trello-to-markdown-8a1eaa75c6298065/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/deps/json-c8b920a2a7c68887.d b/target/debug/deps/json-c8b920a2a7c68887.d new file mode 100644 index 0000000..dbfcbb6 --- /dev/null +++ b/target/debug/deps/json-c8b920a2a7c68887.d @@ -0,0 +1,19 @@ +/Users/matthuntington/Documents/git/trello-to-markdown/target/debug/deps/json-c8b920a2a7c68887.rmeta: /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/lib.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/codegen.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/parser.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/value/mod.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/value/implements.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/error.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/mod.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/diyfp.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/grisu2.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/print_dec.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/short.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/object.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/number.rs + +/Users/matthuntington/Documents/git/trello-to-markdown/target/debug/deps/libjson-c8b920a2a7c68887.rlib: /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/lib.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/codegen.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/parser.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/value/mod.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/value/implements.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/error.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/mod.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/diyfp.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/grisu2.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/print_dec.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/short.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/object.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/number.rs + +/Users/matthuntington/Documents/git/trello-to-markdown/target/debug/deps/json-c8b920a2a7c68887.d: /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/lib.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/codegen.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/parser.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/value/mod.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/value/implements.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/error.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/mod.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/diyfp.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/grisu2.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/print_dec.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/short.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/object.rs /Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/number.rs + +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/lib.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/codegen.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/parser.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/value/mod.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/value/implements.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/error.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/mod.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/diyfp.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/grisu2.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/util/print_dec.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/short.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/object.rs: +/Users/matthuntington/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/number.rs: diff --git a/target/debug/deps/libjson-c8b920a2a7c68887.rlib b/target/debug/deps/libjson-c8b920a2a7c68887.rlib new file mode 100644 index 0000000..721c817 Binary files /dev/null and b/target/debug/deps/libjson-c8b920a2a7c68887.rlib differ diff --git a/target/debug/deps/libjson-c8b920a2a7c68887.rmeta b/target/debug/deps/libjson-c8b920a2a7c68887.rmeta new file mode 100644 index 0000000..42f001a Binary files /dev/null and b/target/debug/deps/libjson-c8b920a2a7c68887.rmeta differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065 b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065 new file mode 100755 index 0000000..a4cc285 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065 differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.15r8mkhp1d7bdpxj.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.15r8mkhp1d7bdpxj.rcgu.o new file mode 100644 index 0000000..11c78f0 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.15r8mkhp1d7bdpxj.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1s7w5f2umaojvdw.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1s7w5f2umaojvdw.rcgu.o new file mode 100644 index 0000000..cf173d3 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1s7w5f2umaojvdw.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1wqvi0rx1399cm9v.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1wqvi0rx1399cm9v.rcgu.o new file mode 100644 index 0000000..58f6a4b Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1wqvi0rx1399cm9v.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1zwrc4ckeqy8hzy.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1zwrc4ckeqy8hzy.rcgu.o new file mode 100644 index 0000000..6a5cf31 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.1zwrc4ckeqy8hzy.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.2esnvyte9ub2ntnv.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.2esnvyte9ub2ntnv.rcgu.o new file mode 100644 index 0000000..60283b0 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.2esnvyte9ub2ntnv.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.2sg1y9js76qogb3k.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.2sg1y9js76qogb3k.rcgu.o new file mode 100644 index 0000000..5df1a07 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.2sg1y9js76qogb3k.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.32tpamuyf1xdvi7u.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.32tpamuyf1xdvi7u.rcgu.o new file mode 100644 index 0000000..70eeee9 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.32tpamuyf1xdvi7u.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3e8nutcdc3mgvjzn.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3e8nutcdc3mgvjzn.rcgu.o new file mode 100644 index 0000000..79b6b62 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3e8nutcdc3mgvjzn.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3k23m9l2ewr0v3zc.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3k23m9l2ewr0v3zc.rcgu.o new file mode 100644 index 0000000..5f2baf5 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3k23m9l2ewr0v3zc.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3nb1gcuu7758v44b.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3nb1gcuu7758v44b.rcgu.o new file mode 100644 index 0000000..f811b99 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3nb1gcuu7758v44b.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3nt8tcygyse3waue.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3nt8tcygyse3waue.rcgu.o new file mode 100644 index 0000000..1a2f671 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3nt8tcygyse3waue.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3u7j38mjqcox0pnr.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3u7j38mjqcox0pnr.rcgu.o new file mode 100644 index 0000000..f83aa9f Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3u7j38mjqcox0pnr.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3vniqh9abxn44rl6.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3vniqh9abxn44rl6.rcgu.o new file mode 100644 index 0000000..71ed479 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.3vniqh9abxn44rl6.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4b1by17tjvdd6yqt.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4b1by17tjvdd6yqt.rcgu.o new file mode 100644 index 0000000..7ef0195 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4b1by17tjvdd6yqt.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4im1fmq5bksuol9k.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4im1fmq5bksuol9k.rcgu.o new file mode 100644 index 0000000..ca0027f Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4im1fmq5bksuol9k.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4o37usk369pusxbc.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4o37usk369pusxbc.rcgu.o new file mode 100644 index 0000000..bbc3554 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4o37usk369pusxbc.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4t7640x69dliavmm.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4t7640x69dliavmm.rcgu.o new file mode 100644 index 0000000..34c3ac6 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4t7640x69dliavmm.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4x3s2fqwj1f3kxev.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4x3s2fqwj1f3kxev.rcgu.o new file mode 100644 index 0000000..c479dd9 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.4x3s2fqwj1f3kxev.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.500pvz904zi9wcq6.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.500pvz904zi9wcq6.rcgu.o new file mode 100644 index 0000000..ddcac41 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.500pvz904zi9wcq6.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.534117djo34ntd36.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.534117djo34ntd36.rcgu.o new file mode 100644 index 0000000..90687e7 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.534117djo34ntd36.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.5ct5mpf8be9oxheo.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.5ct5mpf8be9oxheo.rcgu.o new file mode 100644 index 0000000..0a0fbc2 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.5ct5mpf8be9oxheo.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.7wct7is4eh5jbxp.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.7wct7is4eh5jbxp.rcgu.o new file mode 100644 index 0000000..bb51dcc Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.7wct7is4eh5jbxp.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.d b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.d new file mode 100644 index 0000000..8256903 --- /dev/null +++ b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.d @@ -0,0 +1,5 @@ +/Users/matthuntington/Documents/git/trello-to-markdown/target/debug/deps/trello_to_markdown-8a1eaa75c6298065: src/main.rs + +/Users/matthuntington/Documents/git/trello-to-markdown/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.d: src/main.rs + +src/main.rs: diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.it4lofzkx65e92b.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.it4lofzkx65e92b.rcgu.o new file mode 100644 index 0000000..ad7ceca Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.it4lofzkx65e92b.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.kiwzh33g9yu18ma.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.kiwzh33g9yu18ma.rcgu.o new file mode 100644 index 0000000..1f11be9 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.kiwzh33g9yu18ma.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.s0y8p5odl45qb5w.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.s0y8p5odl45qb5w.rcgu.o new file mode 100644 index 0000000..a9f2557 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.s0y8p5odl45qb5w.rcgu.o differ diff --git a/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.vtmfyvv2n41a5iu.rcgu.o b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.vtmfyvv2n41a5iu.rcgu.o new file mode 100644 index 0000000..64bc314 Binary files /dev/null and b/target/debug/deps/trello_to_markdown-8a1eaa75c6298065.vtmfyvv2n41a5iu.rcgu.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/15r8mkhp1d7bdpxj.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/15r8mkhp1d7bdpxj.o new file mode 100644 index 0000000..11c78f0 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/15r8mkhp1d7bdpxj.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/1wqvi0rx1399cm9v.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/1wqvi0rx1399cm9v.o new file mode 100644 index 0000000..58f6a4b Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/1wqvi0rx1399cm9v.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/1zwrc4ckeqy8hzy.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/1zwrc4ckeqy8hzy.o new file mode 100644 index 0000000..6a5cf31 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/1zwrc4ckeqy8hzy.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/2esnvyte9ub2ntnv.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/2esnvyte9ub2ntnv.o new file mode 100644 index 0000000..60283b0 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/2esnvyte9ub2ntnv.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/2sg1y9js76qogb3k.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/2sg1y9js76qogb3k.o new file mode 100644 index 0000000..5df1a07 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/2sg1y9js76qogb3k.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/32tpamuyf1xdvi7u.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/32tpamuyf1xdvi7u.o new file mode 100644 index 0000000..70eeee9 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/32tpamuyf1xdvi7u.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/3nb1gcuu7758v44b.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/3nb1gcuu7758v44b.o new file mode 100644 index 0000000..f811b99 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/3nb1gcuu7758v44b.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/3vniqh9abxn44rl6.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/3vniqh9abxn44rl6.o new file mode 100644 index 0000000..71ed479 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/3vniqh9abxn44rl6.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4im1fmq5bksuol9k.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4im1fmq5bksuol9k.o new file mode 100644 index 0000000..ca0027f Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4im1fmq5bksuol9k.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4o37usk369pusxbc.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4o37usk369pusxbc.o new file mode 100644 index 0000000..bbc3554 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4o37usk369pusxbc.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4t7640x69dliavmm.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4t7640x69dliavmm.o new file mode 100644 index 0000000..34c3ac6 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4t7640x69dliavmm.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4x3s2fqwj1f3kxev.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4x3s2fqwj1f3kxev.o new file mode 100644 index 0000000..c479dd9 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/4x3s2fqwj1f3kxev.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/500pvz904zi9wcq6.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/500pvz904zi9wcq6.o new file mode 100644 index 0000000..ddcac41 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/500pvz904zi9wcq6.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/7wct7is4eh5jbxp.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/7wct7is4eh5jbxp.o new file mode 100644 index 0000000..bb51dcc Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/7wct7is4eh5jbxp.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/dep-graph.bin b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/dep-graph.bin new file mode 100644 index 0000000..422fc32 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/dep-graph.bin differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/kiwzh33g9yu18ma.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/kiwzh33g9yu18ma.o new file mode 100644 index 0000000..1f11be9 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/kiwzh33g9yu18ma.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/query-cache.bin b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/query-cache.bin new file mode 100644 index 0000000..eb82497 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/query-cache.bin differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/vtmfyvv2n41a5iu.o b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/vtmfyvv2n41a5iu.o new file mode 100644 index 0000000..64bc314 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/vtmfyvv2n41a5iu.o differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/work-products.bin b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/work-products.bin new file mode 100644 index 0000000..6ce9bf0 Binary files /dev/null and b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68-1w05dndh6mvg7/work-products.bin differ diff --git a/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68.lock b/target/debug/incremental/trello_to_markdown-2ntridmpxy7am/s-gk8e2grcc5-1r7cg68.lock new file mode 100755 index 0000000..e69de29 diff --git a/target/debug/trello-to-markdown b/target/debug/trello-to-markdown new file mode 100755 index 0000000..a4cc285 Binary files /dev/null and b/target/debug/trello-to-markdown differ diff --git a/target/debug/trello-to-markdown.d b/target/debug/trello-to-markdown.d new file mode 100644 index 0000000..3561ed1 --- /dev/null +++ b/target/debug/trello-to-markdown.d @@ -0,0 +1 @@ +/Users/matthuntington/Documents/git/trello-to-markdown/target/debug/trello-to-markdown: /Users/matthuntington/Documents/git/trello-to-markdown/src/main.rs