mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-05 23:15:40 -06:00
17 lines
424 B
TOML
17 lines
424 B
TOML
[package]
|
|
name = "pacman-common"
|
|
version = "0.1.1"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version = "1.86.0"
|
|
description = "A meta crate for sharing common code between the `pacman` and `pacman-server` crates"
|
|
readme.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|