Get-FreightItemsForMCTF.psd1

@{
    RootModule = 'Get-FreightItemsForMCTF.psm1'
    ModuleVersion = '1.0.0.1'
    GUID = '22e9b5e3-eaba-43f8-b6ff-383dbd1b5ccc'
    Author = 'Roy Ashbrook'
    CompanyName = 'ashbrook.io'
    Copyright = '(c) 2021 royashbrook. All rights reserved.'
    Description = 'Returns a list of Freight Items for Motor Carrier Tax Filings.'
    FunctionsToExport = 'Get-FreightItemsForMCTF'
    AliasesToExport = @()
    CmdletsToExport = @()
    VariablesToExport = @()
}