Skip to content

Commit f4d9370

Browse files
committed
Add a Dependencies section to README.md
1 parent 3db2559 commit f4d9370

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- [Communication](#communication)
2222
- [Contributing](#contributing)
2323
- [Author](#author)
24+
- [Dependencies](#dependencies)
2425
- [License](#license)
2526

2627
## Usage
@@ -87,5 +88,12 @@ Please feel free to help out with this project! If you see something that could
8788
## Author
8889
Nikita Vasilev, nv3212@gmail.com
8990

91+
## Dependencies
92+
This project uses several open-source packages:
93+
94+
* [Atomic](https://github.com/space-code/atomic) is a Swift property wrapper designed to make values thread-safe.
95+
* [Typhoon](https://github.com/space-code/typhoon) is a service for retry policies.
96+
* [Mocker](https://github.com/WeTransfer/Mocker) is a library written in Swift which makes it possible to mock data requests using a custom `URLProtocol`.
97+
9098
## License
9199
network-layer is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)