We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48d2ec commit 1104b8bCopy full SHA for 1104b8b
Cargo.toml
@@ -2,6 +2,12 @@
2
name = "dsp-calculator"
3
version = "0.1.0"
4
edition = "2021"
5
+authors = ["HuangFuSL <[email protected]>"]
6
+description = "Dyson Sphere Program Calculator"
7
+license = "MIT"
8
+repository = "https://github.com/HuangFuSL/dsp-calculator"
9
+readme = "README.md"
10
+keywords = ["rust", "dyson sphere program"]
11
12
[profile.dist]
13
opt-level = 3
0 commit comments