Skip to content
Snippets Groups Projects
Select Git revision
  • c429c3e944f53ccf2a707a20686903287d77880b
  • main default protected
2 results

Cargo.toml

  • This project manages its dependencies using Cargo. Learn more
    Cargo.toml 266 B
    # SPDX-FileCopyrightText: 2024 Phil Höfer <phil@suma-ev.de>
    # SPDX-License-Identifier: AGPL-3.0-only
    
    [package]
    name = "suggestible"
    version = "0.1.0"
    edition = "2021"
    
    [dependencies]
    tiny_http = "0.11"
    csv = "1.1"
    url = "2.5.0"
    toml = "0.8.14"
    postgres = "0.19.7"