Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 460 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 460 Bytes

Rust

asare - Asset Allocation Rebalancer

Backend

run for local dev:

cargo watch -x 'r --bin backend' -c

Telegram Bot

for logs:

export RUST_LOG=info

See pretty_env_logger.


run for local dev:

cargo watch -x 'r --bin telegram_bot' -c