problem set generator
1
fork

Configure Feed

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

at main 15 lines 384 B view raw
1[package] 2name = "problem_generator" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7axum = "0.8.9" 8dyn-fmt = "0.4.3" 9genpdf = { version = "0.2.0", features = ["hyphenation"] } 10hyphenation = { version = "0.8.4", features = ["embed_en-us"] } 11multicalc = "0.5.0" 12rand = "0.10.1" 13strum = "0.28.0" 14strum_macros = "0.28.0" 15tokio = { version = "1.52.1", features = ["rt-multi-thread"] }