Skip to content

Commit 18ae1a0

Browse files
committed
added license
1 parent 3fa211d commit 18ae1a0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "dp-accelerator"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56

67
[lib]
78
name = "_core"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "dp-accelerator"
77
version = "0.1.0"
88
description = "Universal High-Performance Differential Privacy Accounting Engine"
99
readme = "README.md"
10+
license = { file = "LICENSE" }
1011
requires-python = ">=3.8"
1112
classifiers = [
1213
"Programming Language :: Rust",

0 commit comments

Comments
 (0)