mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 17:04:18 +01:00
14 lines
299 B
TOML
14 lines
299 B
TOML
# Copyright 2024 the Limbo authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "limbo_macros"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "The Limbo database library"
|
|
|
|
[lib]
|
|
proc-macro = true
|