We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f68c4c commit 4343441Copy full SHA for 4343441
1 file changed
Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
5
authors = ["Snehal Koukuntla <snehalreddyk@gmail.com>"]
6
description = "A Fast Small-then-Spill LRU cache"
7
license = "MIT OR Apache-2.0"
8
-repository = "https://github.com/yourusername/tiny-lru"
+repository = "https://github.com/Snehal-Reddy/tiny-lru"
9
keywords = ["lru", "cache", "performance", "embedded", "hft"]
10
categories = ["data-structures", "caching"]
11
0 commit comments