We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa211d commit 18ae1a0Copy full SHA for 18ae1a0
2 files changed
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "dp-accelerator"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "Apache-2.0"
6
7
[lib]
8
name = "_core"
pyproject.toml
@@ -7,6 +7,7 @@ name = "dp-accelerator"
description = "Universal High-Performance Differential Privacy Accounting Engine"
9
readme = "README.md"
10
+license = { file = "LICENSE" }
11
requires-python = ">=3.8"
12
classifiers = [
13
"Programming Language :: Rust",
0 commit comments