aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2024-11-10 14:41:28 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2024-11-10 14:41:28 +0000
commit0a9c9ab1e2f4e3eb912ad9fe91e3ea953e066453 (patch)
tree2630e373c8fce33374f7f06adf216961b19ea9a2 /Cargo.toml
parent8d9566dbb801524b19d82024498f531164e9591f (diff)
downloadcircular-main.tar.gz
circular-main.tar.bz2
circular-main.zip
implement BufMut for BufferHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef3c8cc..f151682 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,4 @@ include = [
]
[dependencies]
+bytes = "1.8.0"