We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb19449 + 4d51f2a commit e122888Copy full SHA for e122888
README.md
@@ -12,6 +12,14 @@ go build ./cmd/mtor
12
./mtor [torrent file] # put this file in your path
13
```
14
15
+### Roadmap
16
+
17
+```py
18
+# Implement a custom bencode parser for better usage.
19
+# Add support for multi-file torrent storage.
20
+# Sit down and actually think about the struct names.
21
+```
22
23
### License
24
25
Mtor is licensed under the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0).
0 commit comments