mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-15 22:43:02 +01:00
11 lines
300 B
TOML
11 lines
300 B
TOML
[package]
|
|
name = "prompt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies.powerline]
|
|
git = "https://github.com/Gajus84/powerline-rust.git"
|
|
default-features = false
|
|
features = ["bare-shell", "libgit"]
|