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
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
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
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
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
e0f0279570
First commit
2020-09-27 15:17:59 +02:00