-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (25 loc) · 935 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "starfish"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Daniel Liu <[email protected]>"]
description = "the Super Tasty Aesthetic Rusty Friendly Interactive SHell"
repository = "https://github.com/shellrs/starfish"
[features]
[dependencies]
shrs = { git = "https://github.com/MrPicklePinosaur/shrs" }
shrs_cd_stack = { git = "https://github.com/MrPicklePinosaur/shrs" }
shrs_cd_tools = { git = "https://github.com/MrPicklePinosaur/shrs" }
shrs_command_timer = { git = "https://github.com/MrPicklePinosaur/shrs" }
shrs_rhai = { git = "https://github.com/MrPicklePinosaur/shrs" }
shrs_rhai_completion = { git = "https://github.com/MrPicklePinosaur/shrs" }
dirs = { version = "5" }
serde = { version = "1" }
toml = { version = "0.8" }
crossterm = "0.26"
log = "0.4"
simplelog = { version = "^0.11.0", features = ["paris"] }
thiserror = "1"
anyhow = "1"
lazy_static = "1.4"