Skip to content

Commit a756b66

Browse files
committed
chore: update Cargo.toml
1 parent 351c1df commit a756b66

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
name = 'arangodb_events_rs'
33
version = '0.1.0'
44
edition = '2021'
5-
authors = ['Foretag Inc. <contact@foret.ag>', 'Chiru B <chirub@foretag.co>']
6-
repository = 'https://github.com/ForetagInc/rust-arango'
7-
keywords = ['arango', 'arangoDB', 'trigger', 'database']
5+
authors = ['Foretag Inc. <contact@foret.ag>']
6+
repository = 'https://github.com/ForetagInc/arangodb-events-rs'
7+
keywords = ['arango', 'arangoDB', 'events', 'trigger', 'database']
88
categories = ['database']
99
exclude = ['.gitignore', '.github']
1010

11-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12-
1311
[lib]
1412
bench = true
1513

@@ -19,4 +17,4 @@ serde = { version = '1', features = ['derive'] }
1917
serde_json = '1'
2018
tokio = { version = '1', features = ['rt', 'macros'] }
2119
base64 = '0.13.0'
22-
futures-util = { version = '0.3.21', features = ['io'] }
20+
futures-util = { version = '0.3.21', features = ['io'] }

0 commit comments

Comments
 (0)