1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
[submodule "aws-common-runtime/aws-c-common"]
path = crt/aws-c-common
url = https://github.com/awslabs/aws-c-common.git
[submodule "aws-common-runtime/aws-c-io"]
path = crt/aws-c-io
url = https://github.com/awslabs/aws-c-io.git
[submodule "aws-common-runtime/aws-c-mqtt"]
path = crt/aws-c-mqtt
url = https://github.com/awslabs/aws-c-mqtt.git
[submodule "aws-common-runtime/s2n"]
path = crt/s2n
url = https://github.com/awslabs/s2n.git
[submodule "aws-common-runtime/aws-c-cal"]
path = crt/aws-c-cal
url = https://github.com/awslabs/aws-c-cal.git
[submodule "aws-common-runtime/aws-c-http"]
path = crt/aws-c-http
url = https://github.com/awslabs/aws-c-http.git
[submodule "aws-common-runtime/aws-c-compression"]
path = crt/aws-c-compression
url = https://github.com/awslabs/aws-c-compression.git
[submodule "aws-common-runtime/aws-c-auth"]
path = crt/aws-c-auth
url = https://github.com/awslabs/aws-c-auth.git
[submodule "aws-common-runtime/aws-c-s3"]
path = crt/aws-c-s3
url = https://github.com/awslabs/aws-c-s3.git
[submodule "aws-common-runtime/aws-c-event-stream"]
path = crt/aws-c-event-stream
url = https://github.com/awslabs/aws-c-event-stream.git
[submodule "aws-common-runtime/aws-checksums"]
path = crt/aws-checksums
url = https://github.com/awslabs/aws-checksums.git
[submodule "crt/aws-lc"]
path = crt/aws-lc
url = https://github.com/awslabs/aws-lc.git
[submodule "crt/aws-c-sdkutils"]
path = crt/aws-c-sdkutils
url = https://github.com/awslabs/aws-c-sdkutils.git
|