[package] name = "explore" version = "0.0.3" edition = "2021" description = "terminal file explorer" license = "MIT" readme = "README.md" repository = "https://github.com/nathanroark/explore" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] color-eyre = "0.6.3" once_cell = "1.19.0" ratatui = "0.27.0" regex = "1.10.5" syntect = "5.2.0" tokio = "1.39.2"