Compare commits
No commits in common. "0ba10a16002f7d010b9b8bc0950696faf618ac94" and "4aa3cb50805e67fc075d79c2ae20ce11d006a72a" have entirely different histories.
0ba10a1600
...
4aa3cb5080
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1470,7 +1470,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "libquickjs-ng-sys"
|
||||
version = "0.9.0"
|
||||
source = "git+https://github.com/akulij/quickjs-rusty.git?rev=db95c0b#db95c0b8fea668cc2df967898ea59e9b219926df"
|
||||
source = "git+https://github.com/akulij/quickjs-rusty.git?rev=8c89aeb#8c89aeb802965ac5b00be00197a9a3a3faefd3b9"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cc",
|
||||
@ -2015,7 +2015,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "quickjs-rusty"
|
||||
version = "0.9.0"
|
||||
source = "git+https://github.com/akulij/quickjs-rusty.git?rev=db95c0b#db95c0b8fea668cc2df967898ea59e9b219926df"
|
||||
source = "git+https://github.com/akulij/quickjs-rusty.git?rev=8c89aeb#8c89aeb802965ac5b00be00197a9a3a3faefd3b9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
@ -20,7 +20,7 @@ lazy_static = "1.5.0"
|
||||
log = "0.4.27"
|
||||
mongodb = "3.2.3"
|
||||
pretty_env_logger = "0.5.0"
|
||||
quickjs-rusty = { git = "https://github.com/akulij/quickjs-rusty.git", rev = "db95c0b" }
|
||||
quickjs-rusty = { git = "https://github.com/akulij/quickjs-rusty.git", rev = "8c89aeb" }
|
||||
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
||||
serde_json = "1.0.140"
|
||||
teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }
|
||||
|
||||
@ -43,6 +43,7 @@ const dialog = {
|
||||
|
||||
function leave_application(user) {
|
||||
print("point of reach")
|
||||
print(JSON.stringify(user))
|
||||
user_application(user)
|
||||
|
||||
return false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user