Files
paulDB/Cargo.toml
T
2026-06-13 00:30:36 +02:00

10 lines
273 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[package]
name = "pauldb"
version = "0.1.0"
edition = "2021"
description = "Eine eigene HTAP-Datenbank in Rust Row+Column Storage, Delta-Merge (HANA-inspiriert)."
license = "MIT"
# Noch keine Abhängigkeiten paulDB wird bewusst from scratch gebaut.
[dependencies]