Files
photos/Cargo.toml
2022-08-17 20:16:52 +02:00

13 lines
241 B
TOML

[package]
name = "photos"
version = "0.1.0"
authors = ["Johannes Heuel <johannes.heuel@rwth-aachen.de>"]
edition = "2021"
license = "MIT"
[dependencies]
[workspace]
members = ["frontend", "backend", "common"]
default-members = ["backend"]