File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,6 @@ edition = "2018"
8
8
name = " synapse_auto_compressor"
9
9
required-features = [" clap" ]
10
10
11
- [package .metadata .maturin ]
12
- requires-python = " >=3.7"
13
- project-url = {Source = " https://github.com/matrix-org/rust-synapse-compress-state" }
14
- classifier = [
15
- " Development Status :: 4 - Beta" ,
16
- " Programming Language :: Rust" ,
17
- ]
18
-
19
11
[dependencies ]
20
12
openssl = { version = " 0.10.60" , features = [" vendored" ] }
21
13
postgres = " 0.19.7"
Original file line number Diff line number Diff line change
1
+ [project ]
2
+ name = " synapse_auto_compressor"
3
+ requires-python = " >=3.7"
4
+ classifier = [
5
+ " Development Status :: 4 - Beta" ,
6
+ " Programming Language :: Rust" ,
7
+ ]
8
+
9
+ [project .urls ]
10
+ Source = " https://github.com/matrix-org/rust-synapse-compress-state"
11
+
1
12
[build-system ]
2
13
requires = [" maturin>=1.0,<2.0" ]
3
14
build-backend = " maturin"
4
15
5
16
[tool .maturin ]
6
17
profile = " release"
7
18
features = [" pyo3" ]
8
- no-default-features = true
19
+ no-default-features = true
You can’t perform that action at this time.
0 commit comments