# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "larn" version = "0.1.2" authors = ["Rashik "] description = "Larn is a command-line tool designed to help software engineers improve their coding skills through AI-driven feedback. It analyzes code changes, identifies areas of improvement, and generates personalized programming exercises." readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.redis] version = "0.27.5" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"]