simple_add 0.1.1

一个简单的两个数求和库
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "simple_add"
version = "0.1.1"
edition = "2024"
# 用中文写描述
description = "一个简单的两个数求和库"
authors = ["王发"]
license = "MIT"
# 关键词包含中文
keywords = ["addition", "math", "calculator", "arithmetic"]
categories = ["algorithms", "science"]
[dependencies]