summaryrefslogtreecommitdiff
path: root/common/templates/rust/Cargo.toml
blob: 5ab6a6c21674c757bd635cc3458c7610f6f26267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rust-project"
version = "0.1.0"
edition = "2024"
description = """
my rust project
"""
repository = ""
license = ""

[workspace]
members = []

[dependencies]