# 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 = "rode" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Text editor in Rust" readme = "README.md" license = "MIT" [[bin]] name = "rode" path = "src/main.rs" [dependencies.eframe] version = "0.27.2" [dependencies.egui_code_editor] version = "0.2.7" features = ["egui"] [dependencies.egui_dock] version = "0.12.0" [dependencies.egui_extras] version = "0.27.2" [dependencies.egui_file] version = "0.17.0" [dependencies.env_logger] version = "0.11.2" [dependencies.gapbuf] version = "0.1.4" [dependencies.parking_lot] version = "0.12.3" [dependencies.walkdir] version = "2.4.0"