Demonstrating core cloud concepts, starting with CaaS. Not for production use.
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 174 B View raw
1[package] 2name = "frontend" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7crossterm = "0.27.0" 8rand = "0.9.2" 9ratatui = { version = "0.27.0", features = ["crossterm"] }