Skip to content

Commit

Permalink
Format our .tomls
Browse files Browse the repository at this point in the history
Summary: See the next diff. Splitting this out so that I can mark it as a codemod

Reviewed By: shonaganuma

Differential Revision: D50440122

fbshipit-source-id: ca19eaac6af77f249ec1bb24d5f522b4a94509d9
  • Loading branch information
JakobDegen authored and facebook-github-bot committed Oct 20, 2023
1 parent 7f1f0f8 commit 23315a8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
name = "superconsole"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Meta"]
categories = ["command-line-interface"]
description = "A simple but powerful Text-based User Interface (TUI) framework"
repository = "https://github.com/facebookincubator/superconsole"
documentation = "https://docs.rs/superconsole"
categories = ["command-line-interface"]
edition = "2021"
keywords = ["TUI"]
license = "MIT OR Apache-2.0"
name = "superconsole"
repository = "https://github.com/facebookincubator/superconsole"
version = "0.2.0"

[dependencies]
anyhow = "1.0.65"
crossbeam-channel = "0.5"
crossbeam-epoch = "0.9.7"
crossterm = "0.27"
itertools = "0.10"
unicode-segmentation = "1.7"
thiserror = "1.0.36"
termwiz = "0.18"
crossbeam-channel = "0.5"
crossbeam-epoch = "0.9.7"
thiserror = "1.0.36"
unicode-segmentation = "1.7"

[dev-dependencies]
tokio = { version = "1.5", features = ["macros", "rt-multi-thread", "time"]}
derive_more = "0.99"
tokio = { version = "1.5", features = ["macros", "rt-multi-thread", "time"] }

0 comments on commit 23315a8

Please sign in to comment.