[console_scripts]
credsmash = credsmash.cli:main

[credsmash.cli]
dynamodb = credsmash.cli_dynamodb
templates = credsmash.templates

[credsmash.key_service]
kms = credsmash.kms_key_service:KmsKeyService

[credsmash.storage_service]
dynamodb = credsmash.dynamodb_storage_service:DynamoDbStorageService

