Commit Graph

22 Commits

Author SHA1 Message Date
c0a444e833 Try action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-03-01 07:09:28 +01:00
5a9da2d29a Support downloading account statements
As described in the examples/download_statement.rs file.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-03-01 07:09:28 +01:00
3de7ca94a2 Formatting
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-03-01 07:09:28 +01:00
6255dc1c2f Move to Rust 2021 edition
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-03-01 07:09:28 +01:00
c3fb162732 Update all dependencies to the latest versions
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-03-01 07:09:28 +01:00
3ea95e9ec9 Refactor to use one module per concept
This makes code navigation easier.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-03-01 07:09:28 +01:00
2874d8dba0 Add a README.md file
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-29 20:39:49 +01:00
7bbcc3b99b Update confy to show the configuration path
With the older version (v0.4.0) there was no possibility to show the
configuration path to the user, who therefore had to hunt for its
location.

By updating it, this path can now be shown during loading and storing.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-29 19:53:21 +01:00
95437f3549 A monetary acocunt can also be a savings account
So update the code to deal with that.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-29 19:53:12 +01:00
096ccec741 Use crate rsa instead of openssl
The rsa crate contains a pure rust implementation of the same
primitives.

This helps with cross platform support, such as Windows.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-29 19:20:24 +01:00
Yuri Iozzelli
fc71b73ce2 Add ability to ask for starting and ending transaction id 2020-10-25 11:20:39 +01:00
Yuri Iozzelli
536b2b5969 Cargo fmt 2020-10-25 10:10:37 +01:00
Yuri Iozzelli
148106e1bd Update metadata for publishing 2020-10-25 10:07:58 +01:00
Yuri Iozzelli
5af4a4aace we are a lib now. uncommit Cargo.lock 2020-10-25 10:05:03 +01:00
Yuri Iozzelli
35b83e99e1 Rename to bunq 2020-10-25 10:03:46 +01:00
Yuri Iozzelli
bb46002102 move main to example 2020-10-25 10:02:41 +01:00
Yuri Iozzelli
3bae8420d9 Split in main and lib 2020-10-25 10:01:13 +01:00
Yuri Iozzelli
157cac6fb3 Remove gencerts.sh 2020-10-25 09:34:55 +01:00
Yuri Iozzelli
dfa69c9204 Handle openssl in rust. Working getting payments 2020-10-11 22:21:18 +02:00
Yuri Iozzelli
76bbb96490 fix installation request 2020-09-27 22:15:19 +02:00
Yuri Iozzelli
3a67a50671 Add scrip to generate certs 2020-09-27 15:19:31 +02:00
Yuri Iozzelli
e0f0279570 First commit 2020-09-27 15:17:59 +02:00