diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2023-10-20 20:40:26 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-20 20:40:26 +0000 |
| commit | 10f48592388c78f93487ea96bcc9ad40c4864584 (patch) | |
| tree | bfff7a3980baa242c86f478fee11679a37142878 /Cargo.lock | |
| parent | 2fa8e3c69079f9fa4ebbf0adba7ac319a55fa8fe (diff) | |
Show buffer value
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -96,6 +96,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] name = "cassowary" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -431,6 +437,7 @@ name = "sigma" version = "0.0.1" dependencies = [ "anyhow", + "byteorder", "chrono", "clap", "crossterm", |
