mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-02-06 06:33:27 +00:00
* Update file headers, copyright date * Rename files and hopefully fix nimble * Forgot to change path in tests * Update readme
12 lines
337 B
Nim
12 lines
337 B
Nim
#
|
|
# Chronos Transport
|
|
# (c) Copyright 2018-Present
|
|
# Status Research & Development GmbH
|
|
#
|
|
# Licensed under either of
|
|
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
|
# MIT license (LICENSE-MIT)
|
|
|
|
import transports/[datagram, stream, common]
|
|
export datagram, common, stream
|